fadzwan commited on
Commit
b4545d3
·
verified ·
1 Parent(s): c8ada25

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. 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="../animations",
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: