Spaces:
Running
Running
shorten page
Browse files- chat_v2.py +1 -1
chat_v2.py
CHANGED
|
@@ -165,7 +165,7 @@ def build_chat_app():
|
|
| 165 |
None, # user
|
| 166 |
BOT_LOGO, # bot
|
| 167 |
),
|
| 168 |
-
height="
|
| 169 |
type="messages",
|
| 170 |
show_label=False,
|
| 171 |
show_copy_button=True,
|
|
|
|
| 165 |
None, # user
|
| 166 |
BOT_LOGO, # bot
|
| 167 |
),
|
| 168 |
+
height="50vh",
|
| 169 |
type="messages",
|
| 170 |
show_label=False,
|
| 171 |
show_copy_button=True,
|