mgokg commited on
Commit
ed5bc85
·
verified ·
1 Parent(s): 5399f24

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -108,8 +108,8 @@ with gr.Blocks() as demo:
108
  with gr.Row():
109
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
110
  with gr.Row():
111
- links_output = gr.Textbox(label="Antwort")
112
- rechts_output = gr.Textbox(label="Antwort")
113
  #links_output = gr.DataFrame(label="Ergebnisse")
114
  #json_output = gr.JSON(label="Ergebnisse")
115
 
 
108
  with gr.Row():
109
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
110
  with gr.Row():
111
+ links_output = gr.JSON(label="Antwort")
112
+ rechts_output = gr.JSON(label="Antwort")
113
  #links_output = gr.DataFrame(label="Ergebnisse")
114
  #json_output = gr.JSON(label="Ergebnisse")
115