Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks() as demo:
|
|
136 |
with gr.Row():
|
137 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
138 |
with gr.Row():
|
139 |
-
details_output = gr.DataFrame(label="Ausgabe"
|
140 |
#details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
|
141 |
|
142 |
def process_ort(ort):
|
|
|
136 |
with gr.Row():
|
137 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
138 |
with gr.Row():
|
139 |
+
details_output = gr.DataFrame(label="Ausgabe")
|
140 |
#details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
|
141 |
|
142 |
def process_ort(ort):
|