Spaces:
Runtime error
Runtime error
Commit
·
eb25f47
1
Parent(s):
bed51a5
Updating output path
Browse files- utils/constants.py +1 -1
utils/constants.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
DATA_PATH = './data/'
|
2 |
OUTPUT_PATH = './output'
|
3 |
-
INDEX_FILENAME =
|
4 |
|
5 |
URLS = [
|
6 |
'https://dmi.gov.in/Documents/GrantCAGrapes.pdf',
|
|
|
1 |
DATA_PATH = './data/'
|
2 |
OUTPUT_PATH = './output'
|
3 |
+
INDEX_FILENAME = 'index.json'
|
4 |
|
5 |
URLS = [
|
6 |
'https://dmi.gov.in/Documents/GrantCAGrapes.pdf',
|