mgokg commited on
Commit
adf8025
·
verified ·
1 Parent(s): 2bc40b7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def clear():
68
 
69
  # Erstelle die Gradio-Schnittstelle
70
  with gr.Blocks() as demo:
71
- gr.Markdown("# Perplexica WebSearch")
72
  ort_input = gr.Textbox(label="Prompt", placeholder="prompt", value="Aero Club Bamberg e.V.")
73
  links_output = gr.Textbox(label="Antwort")
74
 
 
68
 
69
  # Erstelle die Gradio-Schnittstelle
70
  with gr.Blocks() as demo:
71
+ gr.Markdown("# Get contact details from Perplexica WebSearch")
72
  ort_input = gr.Textbox(label="Prompt", placeholder="prompt", value="Aero Club Bamberg e.V.")
73
  links_output = gr.Textbox(label="Antwort")
74