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