Daemontatox commited on
Commit
c7c8ce5
·
verified ·
1 Parent(s): f4537a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -212,7 +212,7 @@ def chat_respond(user_message, history, prompt_option):
212
  # Create the Gradio Interface
213
  # -------------------------------
214
  with gr.Blocks() as demo:
215
- gr.Markdown("# Document Analyzer & Software Testing Chatbot")
216
  gr.Markdown(
217
  "Upload a PDF or an image (PNG, JPG, JPEG, GIF, BMP, WEBP). Then choose a prompt from the dropdown. "
218
  "For example, select **Software Tester** to have the bot analyze an image of a software interface "
 
212
  # Create the Gradio Interface
213
  # -------------------------------
214
  with gr.Blocks() as demo:
215
+ gr.Markdown("# Vision Software Testing Chatbot")
216
  gr.Markdown(
217
  "Upload a PDF or an image (PNG, JPG, JPEG, GIF, BMP, WEBP). Then choose a prompt from the dropdown. "
218
  "For example, select **Software Tester** to have the bot analyze an image of a software interface "