mgokg commited on
Commit
a03c631
·
verified ·
1 Parent(s): 1343fe6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -131,8 +131,8 @@ with gr.Blocks() as demo:
131
  with gr.Row():
132
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
133
  with gr.Row():
134
- details_output = gr.JSON(label="Kontaktinformation")
135
- #links_output = gr.JSON(label="Vereinsliste")
136
 
137
  def process_ort(ort):
138
  links_text, links = parse_links_and_content(ort)
 
131
  with gr.Row():
132
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
133
  with gr.Row():
134
+ #details_output = gr.JSON(label="Kontaktinformation")
135
+ details_output= gr.Textbox(label="Vereinsliste")
136
 
137
  def process_ort(ort):
138
  links_text, links = parse_links_and_content(ort)