PSaiml commited on
Commit
24a0864
β€’
1 Parent(s): 0e78a56

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 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 }])
 
73
  ### Eine Demo des neu von LAION und HessianAI entwickelten Chatbots LeoLM-7B!
74
  """)
75
  with gr.Row():
76
+ gr.Markdown("# 🦁 LeoLM 7B 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 }])