mgokg commited on
Commit
6d9b724
·
verified ·
1 Parent(s): d81ef49

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -103,7 +103,7 @@ def clear():
103
 
104
  # Erstelle die Gradio-Schnittstelle
105
  with gr.Blocks(css=custom_css, theme = gr.themes.Default()) as demo:
106
- gr.Markdown("# Perplexica WebSearch \n ")
107
  links_output = gr.Markdown(label="Antwort",elem_id="md")
108
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", scale= 3, value="")
109
  #clearbutton = gr.Button("clear", elem_id="clear")
 
103
 
104
  # Erstelle die Gradio-Schnittstelle
105
  with gr.Blocks(css=custom_css, theme = gr.themes.Default()) as demo:
106
+ gr.Markdown("# Perplexica WebSearch <br><br> ")
107
  links_output = gr.Markdown(label="Antwort",elem_id="md")
108
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", scale= 3, value="")
109
  #clearbutton = gr.Button("clear", elem_id="clear")