Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
|
@@ -317,7 +317,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 317 |
will be displayed in orange. Note: Checking this option may cause special formatting rendering issues in a few cases, especially when generating code''')
|
| 318 |
|
| 319 |
|
| 320 |
-
chatbot = gr.Chatbot(show_label=False)
|
| 321 |
|
| 322 |
|
| 323 |
msg = gr.Textbox(label="Your input")
|
|
|
|
| 317 |
will be displayed in orange. Note: Checking this option may cause special formatting rendering issues in a few cases, especially when generating code''')
|
| 318 |
|
| 319 |
|
| 320 |
+
chatbot = gr.Chatbot(show_label=False,height=300)
|
| 321 |
|
| 322 |
|
| 323 |
msg = gr.Textbox(label="Your input")
|