Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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",
|