Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -22,8 +22,8 @@ def generate_html(pdf_links):
|
|
22 |
|
23 |
iface = gr.Interface(extract_pdf_links,
|
24 |
inputs="text",
|
25 |
-
outputs="text",
|
26 |
-
|
27 |
-
|
28 |
|
29 |
iface.launch()
|
|
|
22 |
|
23 |
iface = gr.Interface(extract_pdf_links,
|
24 |
inputs="text",
|
25 |
+
outputs="text"),
|
26 |
+
|
27 |
+
title = "네이버 증권 리서치 링크- https://finance.naver.com/research/company_list.naver"
|
28 |
|
29 |
iface.launch()
|