Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -85,15 +85,15 @@ with gr.Blocks() as demo:
|
|
85 |
# avatar_images=("π§", "π€"),
|
86 |
# height=550,
|
87 |
# )
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
88 |
|
89 |
with gr.Row():
|
90 |
-
|
91 |
-
with gr.Box():
|
92 |
-
with gr.Row():
|
93 |
-
chatbot = gr.Chatbot(
|
94 |
-
avatar_images=("π§", "π€"),
|
95 |
-
height=550,
|
96 |
-
)
|
97 |
|
98 |
with gr.Column(scale=4):
|
99 |
# Creating a column with a scale of 6
|
|
|
85 |
# avatar_images=("π§", "π€"),
|
86 |
# height=550,
|
87 |
# )
|
88 |
+
|
89 |
+
with gr.Box():
|
90 |
+
with gr.Row():
|
91 |
+
chatbot = gr.Chatbot(
|
92 |
+
avatar_images=("π§", "π€"),
|
93 |
+
height=550,
|
94 |
+
)
|
95 |
|
96 |
with gr.Row():
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
97 |
|
98 |
with gr.Column(scale=4):
|
99 |
# Creating a column with a scale of 6
|