mgokg commited on
Commit
d60748e
·
verified ·
1 Parent(s): 67634bf

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -102,7 +102,6 @@ def clear():
102
  return clear
103
 
104
  # Erstelle die Gradio-Schnittstelle
105
- (theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"]))
106
  with gr.Blocks(css=custom_css, theme = gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as demo:
107
  gr.Markdown("# Perplexica WebSearch <br>")
108
  links_output = gr.Markdown(label="Antwort",elem_id="md")
 
102
  return clear
103
 
104
  # Erstelle die Gradio-Schnittstelle
 
105
  with gr.Blocks(css=custom_css, theme = gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as demo:
106
  gr.Markdown("# Perplexica WebSearch <br>")
107
  links_output = gr.Markdown(label="Antwort",elem_id="md")