Spaces:
Running
on
Zero
Running
on
Zero
Ritvik
commited on
Commit
·
6775900
1
Parent(s):
835f765
Save local changes before pull
Browse files
app.py
CHANGED
@@ -36,7 +36,7 @@ with gr.Blocks(
|
|
36 |
|
37 |
# Chatbot with a travel flair
|
38 |
chatbot = gr.Chatbot(
|
39 |
-
height=
|
40 |
bubble_full_width=True,
|
41 |
avatar_images=(
|
42 |
"https://img.icons8.com/?size=100&id=124349&format=png&color=000000", # Backpack for user
|
|
|
36 |
|
37 |
# Chatbot with a travel flair
|
38 |
chatbot = gr.Chatbot(
|
39 |
+
height=700,
|
40 |
bubble_full_width=True,
|
41 |
avatar_images=(
|
42 |
"https://img.icons8.com/?size=100&id=124349&format=png&color=000000", # Backpack for user
|