mgokg commited on
Commit
7fb5b9c
·
verified ·
1 Parent(s): add48c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -95,8 +95,8 @@ def clear():
95
  # Erstelle die Gradio-Schnittstelle
96
  with gr.Blocks() as demo:
97
  gr.Markdown("# Perplexica WebSearch")
98
- ort_input = gr.Textbox(label="Prompt", placeholder="ask anything...", value="")
99
- links_output = gr.Markdown(label="Antwort",elem_id="markdown_output {height: 500px; overflow: auto; }",css=".output {height: 24px; font-size: 20px;}")
100
 
101
  with gr.Row():
102
  clearbutton = gr.Button("clear")
 
95
  # Erstelle die Gradio-Schnittstelle
96
  with gr.Blocks() as demo:
97
  gr.Markdown("# Perplexica WebSearch")
98
+ ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", value="")
99
+ links_output = gr.Markdown(label="Antwort",elem_id=".outputs {height: 500px; overflow: auto; }")
100
 
101
  with gr.Row():
102
  clearbutton = gr.Button("clear")