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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -3
app.py CHANGED
@@ -81,9 +81,10 @@ def save_to_csv(data, filename):
81
 
82
  # Erstelle die Gradio-Schnittstelle
83
  with gr.Blocks() as demo:
84
- gr.Markdown("# ")
85
- ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
86
- links_output = gr.Textbox(label="Ergebnisse")
 
87
  #links_output = gr.Markdown(label="Ergebnisse")
88
  json_output = gr.JSON(label="Ergebnisse")
89
 
 
81
 
82
  # Erstelle die Gradio-Schnittstelle
83
  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