hamada056 commited on
Commit
ac3d626
·
verified ·
1 Parent(s): 1533cde

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -94,7 +94,7 @@ google_key_component = gr.Textbox(
94
  )
95
 
96
  image_prompt_component = gr.Image(type="pil", label="Input Image (Optional: Figure/Graph)")
97
- chatbot_component = gr.Chatbot(label="Chatbot", bubble_full_width=False)
98
  text_prompt_component = gr.Textbox(
99
  placeholder="Type your question here...",
100
  label="Ask",
 
94
  )
95
 
96
  image_prompt_component = gr.Image(type="pil", label="Input Image (Optional: Figure/Graph)")
97
+ chatbot_component = gr.Chatbot(label="Chatbot")
98
  text_prompt_component = gr.Textbox(
99
  placeholder="Type your question here...",
100
  label="Ask",