Spaces:
Running
Running
Update app.py
Browse files
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("#
|
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 "
|