seawolf2357 commited on
Commit
ae656a9
·
verified ·
1 Parent(s): 405a8de

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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
- input_type="textarea",
27
- value="https://finance.naver.com/research/company_list.naver")
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()