Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -151,7 +151,7 @@ with gr.Blocks(css=custom_css) as demo:
|
|
151 |
with gr.Row():
|
152 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
153 |
with gr.Row():
|
154 |
-
details_output = gr.Markdown(label="Ausgabe",
|
155 |
#details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
|
156 |
|
157 |
def process_ort(ort):
|
|
|
151 |
with gr.Row():
|
152 |
ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
|
153 |
with gr.Row():
|
154 |
+
details_output = gr.Markdown(label="Ausgabe",)
|
155 |
#details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
|
156 |
|
157 |
def process_ort(ort):
|