hongkokokok commited on
Commit
48a8a6e
·
verified ·
1 Parent(s): 61bf717

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -137,7 +137,7 @@ def disc_test(affiliation, age_group, *args):
137
  main_trait, percentages = predictor.predict_percentage(answers_letters)
138
 
139
  # เก็บผลลง Excel
140
- file_path = "disc_results.xlsx"
141
  ts = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
142
  row = {
143
  "timestamp": ts,
 
137
  main_trait, percentages = predictor.predict_percentage(answers_letters)
138
 
139
  # เก็บผลลง Excel
140
+ file_path = "https://huggingface.co/spaces/hongkokokok/test/resolve/main/disc_results.xlsx"
141
  ts = datetime.now().strftime("%Y-%m-%d %H:%M:%S")
142
  row = {
143
  "timestamp": ts,