mgokg commited on
Commit
e3381d6
·
verified ·
1 Parent(s): b5b6460

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -93,7 +93,7 @@ def clear():
93
  return clear
94
 
95
  # Erstelle die Gradio-Schnittstelle
96
- with gr.Blocks(css=custom_css, theme = gr.themes.Glass()) as demo:
97
  gr.Markdown("# Perplexica WebSearch")
98
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", value="")
99
  links_output = gr.Markdown(label="Antwort",elem_id="md")
 
93
  return clear
94
 
95
  # Erstelle die Gradio-Schnittstelle
96
+ with gr.Blocks(css=custom_css, theme=gr.themes.Soft()) as demo:
97
  gr.Markdown("# Perplexica WebSearch")
98
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", value="")
99
  links_output = gr.Markdown(label="Antwort",elem_id="md")