phuongnv commited on
Commit
a890222
1 Parent(s): e123637

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -102,7 +102,7 @@ def respond(
102
  PLACEHOLDER = """
103
  <div class="message-bubble-border" style="display:flex; max-width: 600px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
104
  <div style="padding: .5rem 1.5rem;">
105
- <h2 style="text-align: left; font-size: 1.5rem; font-weight: 700; margin-bottom: 0.5rem;">Retrosynthesis Chatbot</h2>
106
  </div>
107
  </div>
108
  """
 
102
  PLACEHOLDER = """
103
  <div class="message-bubble-border" style="display:flex; max-width: 600px; border-radius: 8px; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); backdrop-filter: blur(10px);">
104
  <div style="padding: .5rem 1.5rem;">
105
+ <h2 style="text-align: left; font-size: 1.5rem; font-weight: 800; margin-bottom: 0.5rem;">Retrosynthesis Chatbot</h2>
106
  </div>
107
  </div>
108
  """