mgokg commited on
Commit
e99f421
·
verified ·
1 Parent(s): 9eb4299

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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.JSON(label="Ausgabe",)
155
  #details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
156
 
157
  def process_ort(ort):