rongguangw commited on
Commit
72c071c
·
verified ·
1 Parent(s): 45c0506

change download file name

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -26,7 +26,7 @@ The dataset has the following characteristics:
26
  * Other browser users can directly click on the "Download" button to save the data
27
  * Download via command line:
28
  ```
29
- wget https://rongguangw-neuro-synth.hf.space/file=dataset/synth_kde_white_female.csv
30
  ```
31
  * You can also customize the number of samples by generating online in the below panels. The synthesized data will be showing in the lower right panel, and then, you can save the data by clicking on the "Download" button.
32
  """
@@ -45,7 +45,7 @@ citation = """
45
  ```
46
  """
47
 
48
- file_name = "dataset/synth_kde_white_female.csv"
49
  save_name = "dataset/customized_neuro_synth.csv"
50
  example_df = pd.read_csv(file_name)
51
 
 
26
  * Other browser users can directly click on the "Download" button to save the data
27
  * Download via command line:
28
  ```
29
+ wget https://rongguangw-neuro-synth.hf.space/file=dataset/synth_kde_all.csv
30
  ```
31
  * You can also customize the number of samples by generating online in the below panels. The synthesized data will be showing in the lower right panel, and then, you can save the data by clicking on the "Download" button.
32
  """
 
45
  ```
46
  """
47
 
48
+ file_name = "dataset/synth_kde_all.csv"
49
  save_name = "dataset/customized_neuro_synth.csv"
50
  example_df = pd.read_csv(file_name)
51