mgokg commited on
Commit
d031226
·
verified ·
1 Parent(s): a640856

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -100,7 +100,8 @@ def 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
  links_output = gr.Markdown(label="Antwort",elem_id="md")
105
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", value="")
106
  #clearbutton = gr.Button("clear", elem_id="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
+ ")
105
  links_output = gr.Markdown(label="Antwort",elem_id="md")
106
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", value="")
107
  #clearbutton = gr.Button("clear", elem_id="clear")