LLMhacker commited on
Commit
558b73e
·
verified ·
1 Parent(s): c98b1e7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -3
app.py CHANGED
@@ -17,8 +17,7 @@ def format_time(seconds_float):
17
  return f"{seconds}s"
18
 
19
  DESCRIPTION = '''
20
- # Duplicate the space for free private inference.
21
- ## DeepSeek-R1 Distill Qwen-1.5B Demo
22
  A reasoning model trained using RL (Reinforcement Learning) that demonstrates structured reasoning capabilities.
23
  '''
24
 
@@ -49,7 +48,7 @@ CSS = """
49
  border-left: 3px solid #facc15;
50
  padding-left: 10px;
51
  margin: 8px 0;
52
- background: #210c29;
53
  }
54
  details:not([open]) .thinking-container {
55
  border-left-color: #290c15;
 
17
  return f"{seconds}s"
18
 
19
  DESCRIPTION = '''
20
+ # DeepSeek-R1
 
21
  A reasoning model trained using RL (Reinforcement Learning) that demonstrates structured reasoning capabilities.
22
  '''
23
 
 
48
  border-left: 3px solid #facc15;
49
  padding-left: 10px;
50
  margin: 8px 0;
51
+ background: #ffffff;
52
  }
53
  details:not([open]) .thinking-container {
54
  border-left-color: #290c15;