Update app.py
Browse files
app.py
CHANGED
|
@@ -76,6 +76,7 @@ with gr.Blocks(css=CSS) as demo:
|
|
| 76 |
""")
|
| 77 |
with gr.Row():
|
| 78 |
gr.Markdown("# π OpenOrca x OpenChat - Preview2 - 13B Playground Space! π")
|
|
|
|
| 79 |
#chatbot = gr.Chatbot().style(height=500)
|
| 80 |
chatbot = gr.Chatbot(elem_id="chatbot")
|
| 81 |
with gr.Row():
|
|
|
|
| 76 |
""")
|
| 77 |
with gr.Row():
|
| 78 |
gr.Markdown("# π OpenOrca x OpenChat - Preview2 - 13B Playground Space! π")
|
| 79 |
+
with gr.Row():
|
| 80 |
#chatbot = gr.Chatbot().style(height=500)
|
| 81 |
chatbot = gr.Chatbot(elem_id="chatbot")
|
| 82 |
with gr.Row():
|