Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
|
@@ -81,9 +81,10 @@ def save_to_csv(data, filename):
|
|
| 81 |
|
| 82 |
# Erstelle die Gradio-Schnittstelle
|
| 83 |
with gr.Blocks() as demo:
|
| 84 |
-
gr.Markdown("# ")
|
| 85 |
-
|
| 86 |
-
|
|
|
|
| 87 |
#links_output = gr.Markdown(label="Ergebnisse")
|
| 88 |
json_output = gr.JSON(label="Ergebnisse")
|
| 89 |
|
|
|
|
| 81 |
|
| 82 |
# Erstelle die Gradio-Schnittstelle
|
| 83 |
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="Ergebnisse")
|
| 88 |
#links_output = gr.Markdown(label="Ergebnisse")
|
| 89 |
json_output = gr.JSON(label="Ergebnisse")
|
| 90 |
|