mgokg commited on
Commit
c1c4c83
·
verified ·
1 Parent(s): b9bdff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -143,7 +143,7 @@ with gr.Blocks() as demo:
143
 
144
  def process_ort(ort):
145
  links_text, links = parse_links_and_content(ort)
146
- #return links_text
147
  kontakt = []
148
 
149
  # Create the model
 
143
 
144
  def process_ort(ort):
145
  links_text, links = parse_links_and_content(ort)
146
+ return links_text
147
  kontakt = []
148
 
149
  # Create the model