saneowl commited on
Commit
41f2589
·
verified ·
1 Parent(s): 0e06728

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -89,9 +89,9 @@ summary { cursor: pointer; color: #70a9e6; }
89
  .reasoning-content { padding: 10px; margin-top: 5px; background-color: #404040; border-radius: 5px; }
90
  """
91
 
92
- with gr.Blocks(css=custom_css, title="Mistral Small 24B-Instruct 2501 Demo") as demo:
93
  with gr.Column():
94
- gr.Markdown("## Mistral Small 24B-Instruct 2501 Demo")
95
  gr.Markdown("")
96
  chatbot = gr.Chatbot(elem_id="chatbot", render_markdown=False, bubble_full_width=True)
97
  with gr.Row():
 
89
  .reasoning-content { padding: 10px; margin-top: 5px; background-color: #404040; border-radius: 5px; }
90
  """
91
 
92
+ with gr.Blocks(css=custom_css, title="DeepHermes 3 Llama 3 8B Preview Demo") as demo:
93
  with gr.Column():
94
+ gr.Markdown("## DeepHermes 3 Llama 3 8B Preview Demo")
95
  gr.Markdown("")
96
  chatbot = gr.Chatbot(elem_id="chatbot", render_markdown=False, bubble_full_width=True)
97
  with gr.Row():