Spaces:
No application file
No application file
Carlosito16
commited on
Commit
•
5f26156
1
Parent(s):
64c8e20
Upload 2 files
Browse files- requirements.txt +6 -0
- url_list.py +5 -0
requirements.txt
ADDED
@@ -0,0 +1,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
unstructured
|
2 |
+
python-pptx
|
3 |
+
googletrans==3.1.0a0
|
4 |
+
streamlit==1.24.0
|
5 |
+
streamlit_extras
|
6 |
+
PyPDF2
|
url_list.py
ADDED
@@ -0,0 +1,5 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
1 |
+
url_list = ["https://www.mindphp.com/คู่มือ/openerp-manual.html#google_vignette",
|
2 |
+
"https://www.mindphp.com/คู่มือ/openerp-manual/7874-refund.html",
|
3 |
+
"https://www.mindphp.com/คู่มือ/openerp-manual/8842-50-percent-discount-on-erp.html",
|
4 |
+
"https://www.mindphp.com/คู่มือ/openerp-manual/7873-hr-payroll-account.html",
|
5 |
+
"https://www.mindphp.com/คู่มือ/openerp-manual/4255-supplier-payments.html"]#or whatever defaultx
|