Rahatara commited on
Commit
72fe726
·
verified ·
1 Parent(s): 6f8528d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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="LeProf says", 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("🫗 Get your shot (answer)")
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,