Spaces:
Sleeping
Sleeping
Ritvik commited on
Commit ·
b9a2939
1
Parent(s): 0516d26
Save local changes before pull
Browse files
app.py
CHANGED
|
@@ -226,7 +226,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
| 226 |
)
|
| 227 |
|
| 228 |
chatbot = gr.Chatbot(
|
| 229 |
-
height=
|
| 230 |
label="Travelo’s Logbook",
|
| 231 |
bubble_full_width=False,
|
| 232 |
avatar_images=(
|
|
|
|
| 226 |
)
|
| 227 |
|
| 228 |
chatbot = gr.Chatbot(
|
| 229 |
+
height=800, # Kept your increased height
|
| 230 |
label="Travelo’s Logbook",
|
| 231 |
bubble_full_width=False,
|
| 232 |
avatar_images=(
|