Spaces:
Runtime error
Runtime error
Commit
·
f4473ba
1
Parent(s):
b18bb39
updated prompt dir to 230208
Browse files- Dashboard_setup.py +2 -2
- data/Prompt_dir_230208.csv +0 -0
Dashboard_setup.py
CHANGED
|
@@ -3,8 +3,8 @@ import pandas as pd
|
|
| 3 |
|
| 4 |
# Dashboard version variables
|
| 5 |
code_version = 'v0.0.5'
|
| 6 |
-
prompt_dir_version = '
|
| 7 |
-
compatible_versions = ['0.0.
|
| 8 |
dashboard_version_code = code_version+'_pd'+prompt_dir_version
|
| 9 |
|
| 10 |
# List of tasks which are automated in current version - note that each of these needs a corresponding evaluation function in Dashboard_automation_setup.py
|
|
|
|
| 3 |
|
| 4 |
# Dashboard version variables
|
| 5 |
code_version = 'v0.0.5'
|
| 6 |
+
prompt_dir_version = '230208'
|
| 7 |
+
compatible_versions = ['0.0.5_pd230208', 'None']
|
| 8 |
dashboard_version_code = code_version+'_pd'+prompt_dir_version
|
| 9 |
|
| 10 |
# List of tasks which are automated in current version - note that each of these needs a corresponding evaluation function in Dashboard_automation_setup.py
|
data/Prompt_dir_230208.csv
ADDED
|
The diff for this file is too large to render.
See raw diff
|
|
|