ha7naa commited on
Commit
ad1ac35
·
verified ·
1 Parent(s): 837c705

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,10 +108,10 @@ google_key_component = gr.Textbox(
108
  image_prompt_component = gr.Image(type="pil", label="Input Image (Optional: Figure/Graph)")
109
  chatbot_component = gr.Chatbot(
110
  label="Chatbot",
111
- bubble_full_width=False,
112
- type="messages"
113
  )
114
 
 
115
  text_prompt_component = gr.Textbox(
116
  placeholder="Type your question here...",
117
  label="Ask",
 
108
  image_prompt_component = gr.Image(type="pil", label="Input Image (Optional: Figure/Graph)")
109
  chatbot_component = gr.Chatbot(
110
  label="Chatbot",
111
+ bubble_full_width=False
 
112
  )
113
 
114
+
115
  text_prompt_component = gr.Textbox(
116
  placeholder="Type your question here...",
117
  label="Ask",