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