Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -46,7 +46,7 @@ with gr.Blocks() as demo:
|
|
| 46 |
|
| 47 |
with gr.Row():
|
| 48 |
with gr.Column(scale=5):
|
| 49 |
-
chatbot = gr.Chatbot(type="messages", render_markdown=True, height=
|
| 50 |
message = gr.Textbox(label="Enter your prompt")
|
| 51 |
submit = gr.Button("Submit")
|
| 52 |
clear = gr.ClearButton([message, chatbot])
|
|
|
|
| 46 |
|
| 47 |
with gr.Row():
|
| 48 |
with gr.Column(scale=5):
|
| 49 |
+
chatbot = gr.Chatbot(type="messages", render_markdown=True, height=500)
|
| 50 |
message = gr.Textbox(label="Enter your prompt")
|
| 51 |
submit = gr.Button("Submit")
|
| 52 |
clear = gr.ClearButton([message, chatbot])
|