mgokg commited on
Commit
f893783
·
verified ·
1 Parent(s): c5ba2a9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
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
- #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():
 
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():