mgokg commited on
Commit
df1d7b3
·
verified ·
1 Parent(s): 85deaff

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -84,7 +84,7 @@ with gr.Blocks() as demo:
84
  gr.Markdown("# ")
85
  with gr.Row():
86
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
87
- links_output = gr.Textbox(label="Ergebnisse")
88
  #links_output = gr.Markdown(label="Ergebnisse")
89
  json_output = gr.JSON(label="Ergebnisse")
90
 
 
84
  gr.Markdown("# ")
85
  with gr.Row():
86
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
87
+ links_output = gr.Textbox(label="")
88
  #links_output = gr.Markdown(label="Ergebnisse")
89
  json_output = gr.JSON(label="Ergebnisse")
90