Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks() as demo:
|
|
84 |
gr.Markdown("# ")
|
85 |
with gr.Row():
|
86 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
87 |
-
links_output = gr.Textbox(label="
|
88 |
#links_output = gr.Markdown(label="Ergebnisse")
|
89 |
json_output = gr.JSON(label="Ergebnisse")
|
90 |
|
|
|
84 |
gr.Markdown("# ")
|
85 |
with gr.Row():
|
86 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
87 |
+
links_output = gr.Textbox(label="")
|
88 |
#links_output = gr.Markdown(label="Ergebnisse")
|
89 |
json_output = gr.JSON(label="Ergebnisse")
|
90 |
|