aliabd HF staff commited on
Commit
3402db3
1 Parent(s): b855055

Update run.py

Browse files
Files changed (1) hide show
  1. run.py +0 -1
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
  )