Spaces:
Running
Running
Update app.py
Browse files
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.
|
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)
|