Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ with gr.Blocks() as demo:
|
|
141 |
|
142 |
def process_ort(ort):
|
143 |
links_text, links = parse_links_and_content(ort)
|
144 |
-
return
|
145 |
contact_details = scrape_links(links)
|
146 |
|
147 |
from gradio_client import Client
|
|
|
141 |
|
142 |
def process_ort(ort):
|
143 |
links_text, links = parse_links_and_content(ort)
|
144 |
+
return links_text
|
145 |
contact_details = scrape_links(links)
|
146 |
|
147 |
from gradio_client import Client
|