mgokg commited on
Commit
5038c2c
·
verified ·
1 Parent(s): a224edc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def clear():
99
  return clear
100
 
101
  # Erstelle die Gradio-Schnittstelle
102
- with gr.Blocks(css=custom_css, submit_button=True, theme=gr.themes.Soft()) as demo:
103
  gr.Markdown("# Perplexica WebSearch")
104
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", value="")
105
  links_output = gr.Markdown(label="Antwort",elem_id="md")
 
99
  return clear
100
 
101
  # Erstelle die Gradio-Schnittstelle
102
+ with gr.Blocks(css=custom_css, theme = gr.themes.Soft()) as demo:
103
  gr.Markdown("# Perplexica WebSearch")
104
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", value="")
105
  links_output = gr.Markdown(label="Antwort",elem_id="md")