Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -69,7 +69,7 @@ with gr.Blocks() as demo:
|
|
| 69 |
# label="Top-p (nucleus sampling)",
|
| 70 |
# ),
|
| 71 |
],
|
| 72 |
-
chatbot=gr.Chatbot(height=
|
| 73 |
)
|
| 74 |
else:
|
| 75 |
password = gr.Textbox(placeholder="Provide password...")
|
|
|
|
| 69 |
# label="Top-p (nucleus sampling)",
|
| 70 |
# ),
|
| 71 |
],
|
| 72 |
+
chatbot=gr.Chatbot(height=400)
|
| 73 |
)
|
| 74 |
else:
|
| 75 |
password = gr.Textbox(placeholder="Provide password...")
|