Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -45,7 +45,6 @@ with gr.Blocks() as demo:
|
|
| 45 |
[],
|
| 46 |
elem_id="chatbot",
|
| 47 |
bubble_full_width=False,
|
| 48 |
-
avatar_images=(None, (os.path.join(os.path.dirname(__file__), "avatar.png"))),
|
| 49 |
)
|
| 50 |
|
| 51 |
with gr.Row():
|
|
|
|
| 45 |
[],
|
| 46 |
elem_id="chatbot",
|
| 47 |
bubble_full_width=False,
|
|
|
|
| 48 |
)
|
| 49 |
|
| 50 |
with gr.Row():
|