Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -183,8 +183,7 @@ with gr.Blocks() as demo:
|
|
183 |
elem_id="chatbot",
|
184 |
bubble_full_width=False,
|
185 |
avatar_images=(None, (os.path.join(os.path.dirname(__file__), "avatar.png"))),
|
186 |
-
)
|
187 |
-
|
188 |
with gr.Row():
|
189 |
txt = gr.Textbox(
|
190 |
scale=4,
|
|
|
183 |
elem_id="chatbot",
|
184 |
bubble_full_width=False,
|
185 |
avatar_images=(None, (os.path.join(os.path.dirname(__file__), "avatar.png"))),
|
186 |
+
)
|
|
|
187 |
with gr.Row():
|
188 |
txt = gr.Textbox(
|
189 |
scale=4,
|