ysharma HF staff commited on
Commit
f5844d5
1 Parent(s): e2aff75

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -480,6 +480,7 @@ def build_demo(embed_mode):
480
  chatbot = gr.Chatbot(
481
  elem_id="chatbot", label="LLaVA Chatbot", height=550
482
  )
 
483
  with gr.Row():
484
  with gr.Column(scale=8):
485
  textbox.render()
 
480
  chatbot = gr.Chatbot(
481
  elem_id="chatbot", label="LLaVA Chatbot", height=550
482
  )
483
+ index_state = gr.State(value=[])
484
  with gr.Row():
485
  with gr.Column(scale=8):
486
  textbox.render()