mgokg commited on
Commit
e4cd67b
·
verified ·
1 Parent(s): 18d1c3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -194,7 +194,7 @@ def process_ort(ort):
194
  with gr.Blocks(css=custom_css) as demo:
195
  with gr.Row():
196
  #details_output = gr.DataFrame(label="Ausgabe", elem_id="md")
197
- details_output = gr.JSON(label="Ausgabe")
198
  with gr.Row():
199
  ort_input = gr.Textbox(label="Ort eingeben", placeholder="ask anything...")
200
  with gr.Row():
 
194
  with gr.Blocks(css=custom_css) as demo:
195
  with gr.Row():
196
  #details_output = gr.DataFrame(label="Ausgabe", elem_id="md")
197
+ details_output = gr.Textbox(label="Ausgabe")
198
  with gr.Row():
199
  ort_input = gr.Textbox(label="Ort eingeben", placeholder="ask anything...")
200
  with gr.Row():