mgokg commited on
Commit
e7e2449
·
verified ·
1 Parent(s): e359425

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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")