Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -26,7 +26,7 @@ current_directory = os.getcwd()
|
|
26 |
file_name = "data_tsa.json"
|
27 |
|
28 |
# Build the full path to the JSON file
|
29 |
-
DATA_FILE = os.path.join(current_directory, file_name)
|
30 |
|
31 |
# --- Helper Functions ---
|
32 |
|
|
|
26 |
file_name = "data_tsa.json"
|
27 |
|
28 |
# Build the full path to the JSON file
|
29 |
+
DATA_FILE = "https://huggingface.co/spaces/ZETAIB/MaghrebInsights/raw/main/data_tsa.json" #os.path.join(current_directory, file_name)
|
30 |
|
31 |
# --- Helper Functions ---
|
32 |
|