capradeepgujaran commited on
Commit
1ded730
·
verified ·
1 Parent(s): afaa213

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -147,7 +147,7 @@ with gr.Blocks() as iface:
147
  with gr.Column(scale=2):
148
  chatbot = gr.Chatbot(label="Analysis Results and Chat")
149
 
150
- msg = gr.Textbox(label="Ask a question about the image and press Enter)
151
  clear = gr.Button("Clear Chat")
152
 
153
  analyze_button.click(
 
147
  with gr.Column(scale=2):
148
  chatbot = gr.Chatbot(label="Analysis Results and Chat")
149
 
150
+ msg = gr.Textbox(label="Ask a question about the image and press Enter")
151
  clear = gr.Button("Clear Chat")
152
 
153
  analyze_button.click(