Update app.py
Browse files
app.py
CHANGED
|
@@ -94,13 +94,13 @@ google_key_component = gr.Textbox(
|
|
| 94 |
)
|
| 95 |
|
| 96 |
image_prompt_component = gr.Image(type="pil", label="Show LeProf (Optional: Figure/Graph)")
|
| 97 |
-
chatbot_component = gr.Chatbot(label="
|
| 98 |
text_prompt_component = gr.Textbox(
|
| 99 |
placeholder="Type your question here...",
|
| 100 |
label="Ask LeProf",
|
| 101 |
lines=3
|
| 102 |
)
|
| 103 |
-
run_button_component = gr.Button("
|
| 104 |
temperature_component = gr.Slider(
|
| 105 |
minimum=0,
|
| 106 |
maximum=1.0,
|
|
|
|
| 94 |
)
|
| 95 |
|
| 96 |
image_prompt_component = gr.Image(type="pil", label="Show LeProf (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 LeProf",
|
| 101 |
lines=3
|
| 102 |
)
|
| 103 |
+
run_button_component = gr.Button("Submit")
|
| 104 |
temperature_component = gr.Slider(
|
| 105 |
minimum=0,
|
| 106 |
maximum=1.0,
|