Update app.py
Browse files
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("
|
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():
|