Spaces:
Running
Running
Update run.py
Browse files
run.py
CHANGED
@@ -27,7 +27,6 @@ def bot(history):
|
|
27 |
with gr.Blocks() as demo:
|
28 |
chatbot = gr.Chatbot(
|
29 |
[],
|
30 |
-
elem_id="chatbot",
|
31 |
bubble_full_width=False,
|
32 |
avatar_images=(None, (os.path.join(os.path.dirname(__file__), "avatar.png"))),
|
33 |
)
|
|
|
27 |
with gr.Blocks() as demo:
|
28 |
chatbot = gr.Chatbot(
|
29 |
[],
|
|
|
30 |
bubble_full_width=False,
|
31 |
avatar_images=(None, (os.path.join(os.path.dirname(__file__), "avatar.png"))),
|
32 |
)
|