Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -1
src/streamlit_app.py
CHANGED
|
@@ -89,7 +89,7 @@ if generate_button:
|
|
| 89 |
gif_path = plot_eeg_topomap_muse_from_csv(
|
| 90 |
csv_url,
|
| 91 |
save_path_animation="eeg_topomap_animation.gif",
|
| 92 |
-
save_directory="
|
| 93 |
show_names=True
|
| 94 |
)
|
| 95 |
if gif_path:
|
|
|
|
| 89 |
gif_path = plot_eeg_topomap_muse_from_csv(
|
| 90 |
csv_url,
|
| 91 |
save_path_animation="eeg_topomap_animation.gif",
|
| 92 |
+
save_directory="/animations",
|
| 93 |
show_names=True
|
| 94 |
)
|
| 95 |
if gif_path:
|