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