mgokg commited on
Commit
39a629b
·
verified ·
1 Parent(s): 2d83b85

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -136,7 +136,7 @@ with gr.Blocks() as demo:
136
  with gr.Row():
137
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
138
  with gr.Row():
139
- details_output = gr.DataFrame(label="Ausgabe", value = f"\n\n\n\n\n")
140
  #details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
141
 
142
  def process_ort(ort):
 
136
  with gr.Row():
137
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
138
  with gr.Row():
139
+ details_output = gr.DataFrame(label="Ausgabe")
140
  #details_output = gr.Textbox(label="Ausgabe", value = f"\n\n\n\n")
141
 
142
  def process_ort(ort):