LLMhacker commited on
Commit
7719eb8
·
verified ·
1 Parent(s): a833158

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -5
app.py CHANGED
@@ -11,7 +11,7 @@ HF_TOKEN = os.environ.get("HF_TOKEN", None)
11
 
12
  DESCRIPTION = '''
13
  <div>
14
- <h1 style="text-align: center;">deepseek-ai/DeepSeek-R1</h1>
15
  </div>
16
  '''
17
 
@@ -22,10 +22,7 @@ LICENSE = """
22
  """
23
 
24
  PLACEHOLDER = """
25
- <div style="padding: 30px; text-align: center; display: flex; flex-direction: column; align-items: center;">
26
- <h1 style="font-size: 28px; margin-bottom: 2px; opacity: 0.55;">DeepSeek-R1 Reasoning</h1>
27
- <p style="font-size: 18px; margin-bottom: 2px; opacity: 0.65;">Ask me anything...</p>
28
- </div>
29
  """
30
 
31
 
 
11
 
12
  DESCRIPTION = '''
13
  <div>
14
+ <h1 style="text-align: center;">Reasoning AI online</h1>
15
  </div>
16
  '''
17
 
 
22
  """
23
 
24
  PLACEHOLDER = """
25
+
 
 
 
26
  """
27
 
28