Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -176,8 +176,8 @@ def process_ort(ort):
|
|
176 |
# Create the Gradio interface
|
177 |
with gr.Blocks(css=custom_css) as demo:
|
178 |
with gr.Row():
|
179 |
-
details_output = gr.DataFrame(label="Ausgabe", elem_id="md")
|
180 |
-
|
181 |
with gr.Row():
|
182 |
ort_input = gr.Textbox(label="Ort eingeben", placeholder="ask anything...")
|
183 |
with gr.Row():
|
|
|
176 |
# Create the Gradio interface
|
177 |
with gr.Blocks(css=custom_css) as demo:
|
178 |
with gr.Row():
|
179 |
+
#details_output = gr.DataFrame(label="Ausgabe", elem_id="md")
|
180 |
+
details_output = gr.Textbox(label="Ausgabe")
|
181 |
with gr.Row():
|
182 |
ort_input = gr.Textbox(label="Ort eingeben", placeholder="ask anything...")
|
183 |
with gr.Row():
|