Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
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
|