Spaces:
Sleeping
Sleeping
Victor Rivera
commited on
Commit
·
372abc5
1
Parent(s):
2f037a4
DataPath con URL
Browse files- dataBaseSetup.py +9 -9
dataBaseSetup.py
CHANGED
@@ -128,15 +128,15 @@ def main():
|
|
128 |
|
129 |
# Data import paths
|
130 |
data_paths = {
|
131 |
-
"customers": "
|
132 |
-
"staffs": "
|
133 |
-
"products": "
|
134 |
-
"categories": "
|
135 |
-
"stores": "
|
136 |
-
"brands": "
|
137 |
-
"stocks": "
|
138 |
-
"orders": "
|
139 |
-
"order_items": "
|
140 |
}
|
141 |
|
142 |
# Import data to tables
|
|
|
128 |
|
129 |
# Data import paths
|
130 |
data_paths = {
|
131 |
+
"customers": "https://huggingface.co/spaces/VicGerardoPR/InteractiveDatabseApp/blob/mainCSV/customers.csv",
|
132 |
+
"staffs": "https://huggingface.co/spaces/VicGerardoPR/InteractiveDatabseApp/blob/mainCSV/staffs.csv",
|
133 |
+
"products": "https://huggingface.co/spaces/VicGerardoPR/InteractiveDatabseApp/blob/mainCSV/products.csv",
|
134 |
+
"categories": "https://huggingface.co/spaces/VicGerardoPR/InteractiveDatabseApp/blob/mainCSV/categories.csv",
|
135 |
+
"stores": "https://huggingface.co/spaces/VicGerardoPR/InteractiveDatabseApp/blob/mainCSV/stores.csv",
|
136 |
+
"brands": "https://huggingface.co/spaces/VicGerardoPR/InteractiveDatabseApp/blob/mainCSV/brands.csv",
|
137 |
+
"stocks": "https://huggingface.co/spaces/VicGerardoPR/InteractiveDatabseApp/blob/mainCSV/stocks.csv",
|
138 |
+
"orders": "https://huggingface.co/spaces/VicGerardoPR/InteractiveDatabseApp/blob/mainCSV/orders.csv",
|
139 |
+
"order_items": "https://huggingface.co/spaces/VicGerardoPR/InteractiveDatabseApp/blob/mainCSV/order_items.csv",
|
140 |
}
|
141 |
|
142 |
# Import data to tables
|