Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -86,12 +86,11 @@ with gr.Blocks() as demo:
|
|
86 |
# height=550,
|
87 |
# )
|
88 |
|
89 |
-
with gr.
|
90 |
-
|
91 |
-
|
92 |
-
|
93 |
-
|
94 |
-
)
|
95 |
|
96 |
with gr.Row():
|
97 |
|
|
|
86 |
# height=550,
|
87 |
# )
|
88 |
|
89 |
+
with gr.Row():
|
90 |
+
chatbot = gr.Chatbot(
|
91 |
+
avatar_images=("π§", "π€"),
|
92 |
+
height=550,
|
93 |
+
)
|
|
|
94 |
|
95 |
with gr.Row():
|
96 |
|