Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -131,8 +131,8 @@ with gr.Blocks() as demo:
|
|
131 |
with gr.Row():
|
132 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
133 |
with gr.Row():
|
134 |
-
details_output = gr.JSON(label="Kontaktinformation")
|
135 |
-
|
136 |
|
137 |
def process_ort(ort):
|
138 |
links_text, links = parse_links_and_content(ort)
|
|
|
131 |
with gr.Row():
|
132 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
133 |
with gr.Row():
|
134 |
+
#details_output = gr.JSON(label="Kontaktinformation")
|
135 |
+
details_output= gr.Textbox(label="Vereinsliste")
|
136 |
|
137 |
def process_ort(ort):
|
138 |
links_text, links = parse_links_and_content(ort)
|