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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -102,8 +102,9 @@ def clear():
102
  return 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")
 
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")
109
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", scale= 3, value="")
110
  #clearbutton = gr.Button("clear", elem_id="clear")