mgokg commited on
Commit
eb3b666
·
verified ·
1 Parent(s): 6405eb6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -12,7 +12,7 @@ custom_css = """
12
  height: 350px; font-size:28px;
13
  }
14
  #senden {
15
- width: 200px; float:right;
16
  }
17
  #clear {
18
  width: 200px; float:right;
@@ -103,7 +103,7 @@ with gr.Blocks(css=custom_css, theme = gr.themes.Soft()) as demo:
103
  gr.Markdown("# Perplexica WebSearch")
104
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", value="")
105
  links_output = gr.Markdown(label="Antwort",elem_id="md")
106
- clearbutton = gr.Button("clear", elem_id="clear")
107
  button = gr.Button("senden", elem_id="senden")
108
  #with gr.Row():
109
  button.click(fn=parse_links, inputs=ort_input, outputs=links_output)
 
12
  height: 350px; font-size:28px;
13
  }
14
  #senden {
15
+ width: 200px; position: absolute; right: 0;
16
  }
17
  #clear {
18
  width: 200px; float:right;
 
103
  gr.Markdown("# Perplexica WebSearch")
104
  ort_input = gr.Textbox(label="Frage", placeholder="ask anything...", value="")
105
  links_output = gr.Markdown(label="Antwort",elem_id="md")
106
+ #clearbutton = gr.Button("clear", elem_id="clear")
107
  button = gr.Button("senden", elem_id="senden")
108
  #with gr.Row():
109
  button.click(fn=parse_links, inputs=ort_input, outputs=links_output)