mgokg commited on
Commit
a4ab0fc
·
verified ·
1 Parent(s): 5dd4b7a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -134,7 +134,7 @@ with gr.Blocks() as demo:
134
  with gr.Row():
135
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
136
  with gr.Row():
137
- details_output = gr.Markdown(label="Vereinsliste")
138
 
139
  def process_ort(ort):
140
  links_text, links = parse_links_and_content(ort)
@@ -158,6 +158,7 @@ with gr.Blocks() as demo:
158
  #json_dat=gr.Markdown()
159
  #return result
160
  #return result[1]
 
161
  return json_data
162
 
163
  with gr.Row():
 
134
  with gr.Row():
135
  ort_input = gr.Textbox(label="Ort", placeholder="Gib den Namen des Ortes ein")
136
  with gr.Row():
137
+ details_output = gr.Textbox(label="Vereinsliste")
138
 
139
  def process_ort(ort):
140
  links_text, links = parse_links_and_content(ort)
 
158
  #json_dat=gr.Markdown()
159
  #return result
160
  #return result[1]
161
+ json_data = gr.Markdown(json_data)
162
  return json_data
163
 
164
  with gr.Row():