Update app.py
Browse files
app.py
CHANGED
|
@@ -72,7 +72,7 @@ with gr.Blocks() as demo:
|
|
| 72 |
""")
|
| 73 |
with gr.Tab("Chatbot"):
|
| 74 |
gr.Markdown("# π OpenOrca x OpenChat - Preview2 - 13B Playground Space! π")
|
| 75 |
-
chatbot = gr.Chatbot()
|
| 76 |
with gr.Row():
|
| 77 |
message = gr.Textbox(
|
| 78 |
label="What do you want to chat about?",
|
|
|
|
| 72 |
""")
|
| 73 |
with gr.Tab("Chatbot"):
|
| 74 |
gr.Markdown("# π OpenOrca x OpenChat - Preview2 - 13B Playground Space! π")
|
| 75 |
+
chatbot = gr.Chatbot().style(height=800)
|
| 76 |
with gr.Row():
|
| 77 |
message = gr.Textbox(
|
| 78 |
label="What do you want to chat about?",
|