PedroC11 commited on
Commit
47552a9
·
verified ·
1 Parent(s): f598826

Update src/streamlit_app.py

Browse files
Files changed (1) hide show
  1. src/streamlit_app.py +1 -1
src/streamlit_app.py CHANGED
@@ -12,7 +12,7 @@ from huggingface_hub import login
12
 
13
 
14
  #===
15
- #login()
16
  ## Define the file where to save the data. Use UUID to make sure not to overwrite existing data from a previous run.
17
  #feedback_file = Path("PedroC11/data_pref/") / f"data_{uuid.uuid4()}.json"
18
  #feedback_folder = feedback_file.parent
 
12
 
13
 
14
  #===
15
+ login()
16
  ## Define the file where to save the data. Use UUID to make sure not to overwrite existing data from a previous run.
17
  #feedback_file = Path("PedroC11/data_pref/") / f"data_{uuid.uuid4()}.json"
18
  #feedback_folder = feedback_file.parent