Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -86,7 +86,7 @@ def clear():
|
|
86 |
# Erstelle die Gradio-Schnittstelle
|
87 |
with gr.Blocks(css=custom_css, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as demo:
|
88 |
#gr.Markdown("# <br>")
|
89 |
-
links_output = gr.
|
90 |
ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", scale=3, value="")
|
91 |
optimization_mode_input = gr.Dropdown(choices=["speed", "balanced"], label="Optimization Mode", value="speed")
|
92 |
button = gr.Button("senden", elem_classes="senden")
|
|
|
86 |
# Erstelle die Gradio-Schnittstelle
|
87 |
with gr.Blocks(css=custom_css, theme=gr.themes.Default(font=[gr.themes.GoogleFont("Inconsolata"), "Arial", "sans-serif"])) as demo:
|
88 |
#gr.Markdown("# <br>")
|
89 |
+
links_output = gr.Textbox(label="Antwort", elem_id="md", value="# Perplexica WebSearch")
|
90 |
ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", scale=3, value="")
|
91 |
optimization_mode_input = gr.Dropdown(choices=["speed", "balanced"], label="Optimization Mode", value="speed")
|
92 |
button = gr.Button("senden", elem_classes="senden")
|