saneowl commited on
Commit
aa9d61b
·
verified ·
1 Parent(s): 6f3d766

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -91,7 +91,7 @@ summary { cursor: pointer; color: #70a9e6; }
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():
 
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():