Spaces:
Runtime error
Runtime error
mac commited on
Commit ·
d6922a6
1
Parent(s): dfeb7a2
set height
Browse files
app.py
CHANGED
|
@@ -125,7 +125,7 @@ def create_app():
|
|
| 125 |
chatbot = gr.Chatbot(
|
| 126 |
label="Chat History",
|
| 127 |
placeholder="Input to start a new chat",
|
| 128 |
-
height=
|
| 129 |
)
|
| 130 |
prompt = gr.Textbox(
|
| 131 |
label="Input Text",
|
|
|
|
| 125 |
chatbot = gr.Chatbot(
|
| 126 |
label="Chat History",
|
| 127 |
placeholder="Input to start a new chat",
|
| 128 |
+
height="70vh",
|
| 129 |
)
|
| 130 |
prompt = gr.Textbox(
|
| 131 |
label="Input Text",
|