ztor2 commited on
Commit
a8640a8
1 Parent(s): 39c63bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ with gr.Blocks(theme=gr.themes.Monochrome()) as demo:
94
  """)
95
  with gr.Row():
96
  with gr.Column(scale=2):
97
- doc_label = gr.Dropdown(["LLaVA", "Interior"], label="Select a document:")
98
  chatbot = gr.ChatInterface(fn=response, additional_inputs=[doc_label], fill_height=True)
99
  with gr.Column(scale=1):
100
  sample_1 = "https://i.pinimg.com/originals/e3/44/d7/e344d7631cd515edd36cc6930deaedec.jpg"
 
94
  """)
95
  with gr.Row():
96
  with gr.Column(scale=2):
97
+ doc_label = gr.Dropdown(["LLaVA", "Interior"], label="Select a document:", value="Interior")
98
  chatbot = gr.ChatInterface(fn=response, additional_inputs=[doc_label], fill_height=True)
99
  with gr.Column(scale=1):
100
  sample_1 = "https://i.pinimg.com/originals/e3/44/d7/e344d7631cd515edd36cc6930deaedec.jpg"