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