Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks() as demo:
|
|
76 |
gr.Markdown("# ")
|
77 |
|
78 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
79 |
-
links_output = gr.
|
80 |
#content_output = gr.JSON(label="Inhalt der Links")
|
81 |
|
82 |
def process_ort(ort):
|
|
|
76 |
gr.Markdown("# ")
|
77 |
|
78 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
79 |
+
links_output = gr.Textbox(label="Ergebnisse")
|
80 |
#content_output = gr.JSON(label="Inhalt der Links")
|
81 |
|
82 |
def process_ort(ort):
|