mgokg commited on
Commit
35aa5da
·
verified ·
1 Parent(s): f977046

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -139,7 +139,7 @@ with gr.Blocks() as demo:
139
  with gr.Row():
140
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
141
  with gr.Row():
142
- details_output = gr.Textbox()
143
 
144
  def process_ort(ort):
145
  links_text, links = parse_links_and_content(ort)
 
139
  with gr.Row():
140
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
141
  with gr.Row():
142
+ details_output = gr.TextArea()
143
 
144
  def process_ort(ort):
145
  links_text, links = parse_links_and_content(ort)