Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -52,7 +52,7 @@ def main():
|
|
| 52 |
dataset_name = st.selectbox("Select Dataset", datasets)
|
| 53 |
#For Loading from Box
|
| 54 |
if 'MajorTom' in dataset_name:
|
| 55 |
-
folder_path = MajorTom-Europe/
|
| 56 |
else:
|
| 57 |
folder_path = f'{dataset_name}/'
|
| 58 |
|
|
|
|
| 52 |
dataset_name = st.selectbox("Select Dataset", datasets)
|
| 53 |
#For Loading from Box
|
| 54 |
if 'MajorTom' in dataset_name:
|
| 55 |
+
folder_path = 'MajorTom-Europe/'
|
| 56 |
else:
|
| 57 |
folder_path = f'{dataset_name}/'
|
| 58 |
|