Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -48,7 +48,7 @@ with gr.Blocks(theme=gr.themes.Default()) as app:
|
|
48 |
|
49 |
chatbot = gr.Chatbot(
|
50 |
scale = 2,
|
51 |
-
height =
|
52 |
)
|
53 |
|
54 |
text_box = gr.Textbox(
|
|
|
48 |
|
49 |
chatbot = gr.Chatbot(
|
50 |
scale = 2,
|
51 |
+
height = 550
|
52 |
)
|
53 |
|
54 |
text_box = gr.Textbox(
|