Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
73 |
### Eine Demo des neu von LAION und HessianAI entwickelten Chatbots LeoLM-7B!
|
74 |
""")
|
75 |
with gr.Row():
|
76 |
-
gr.Markdown("# 🦁 LeoLM
|
77 |
with gr.Row():
|
78 |
#chatbot = gr.Chatbot().style(height=500)
|
79 |
chatbot = gr.Chatbot(elem_id="chatbot", latex_delimiters=[{ "left": "$$", "right": "$$", "display": True }])
|
|
|
73 |
### Eine Demo des neu von LAION und HessianAI entwickelten Chatbots LeoLM-7B!
|
74 |
""")
|
75 |
with gr.Row():
|
76 |
+
gr.Markdown("# 🦁 LeoLM 13B Chat 🦁")
|
77 |
with gr.Row():
|
78 |
#chatbot = gr.Chatbot().style(height=500)
|
79 |
chatbot = gr.Chatbot(elem_id="chatbot", latex_delimiters=[{ "left": "$$", "right": "$$", "display": True }])
|