mgokg commited on
Commit
ac5c290
·
verified ·
1 Parent(s): 7e3c6b2

Update app.py

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