Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -95,7 +95,7 @@ def clear():
|
|
95 |
with gr.Blocks() as demo:
|
96 |
gr.Markdown("# Perplexica WebSearch")
|
97 |
ort_input = gr.Textbox(label="Prompt", placeholder="ask anything...", value="")
|
98 |
-
links_output = gr.Markdown(label="Antwort",elem_id="markdown_output {height: 500px; overflow: auto; }").style(height=500
|
99 |
|
100 |
with gr.Row():
|
101 |
clearbutton = gr.Button("clear")
|
|
|
95 |
with gr.Blocks() as demo:
|
96 |
gr.Markdown("# Perplexica WebSearch")
|
97 |
ort_input = gr.Textbox(label="Prompt", placeholder="ask anything...", value="")
|
98 |
+
links_output = gr.Markdown(label="Antwort",elem_id="markdown_output {height: 500px; overflow: auto; }").style(height=500)
|
99 |
|
100 |
with gr.Row():
|
101 |
clearbutton = gr.Button("clear")
|