Spaces:
Running
Running
Update app.py
Browse files
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")
|