merterbak commited on
Commit
f52f4cd
·
verified ·
1 Parent(s): 6606934

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -153,7 +153,7 @@ def chat(user_message, image, history):
153
  with gr.Blocks() as demo:
154
  gr.Markdown(
155
  "# Grok 2 Vision Chatbot\n"
156
- "Welcome!
157
  "You can do following things with Grok:\n"
158
  "- Upload an image and ask a question about it.\n"
159
  "- Provide an image URL in your message (e.g. `http://example.com/image.jpg What is in this image?`).\n"
 
153
  with gr.Blocks() as demo:
154
  gr.Markdown(
155
  "# Grok 2 Vision Chatbot\n"
156
+ "Welcome!"
157
  "You can do following things with Grok:\n"
158
  "- Upload an image and ask a question about it.\n"
159
  "- Provide an image URL in your message (e.g. `http://example.com/image.jpg What is in this image?`).\n"