Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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,
|