achterbrain commited on
Commit
195041d
1 Parent(s): b163e49

updated to pd230228

Browse files
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 = '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
 
3
 
4
  # Dashboard version variables
5
  code_version = 'v0.0.5'
6
+ prompt_dir_version = '230228'
7
+ compatible_versions = ['0.0.5_pd230228', '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_230228.csv ADDED
The diff for this file is too large to render. See raw diff
 
pages/2_🤖Automated assessment.py CHANGED
@@ -7,7 +7,7 @@ sidebar_information() # Move this up to be displayed before the evaluation funct
7
  from Dashboard_automation_setup import fun_dict
8
 
9
  st.title('Automated Assessment')
10
- st.write('On this page you can use automated assessment algorithms to assess how good uploaded images match their respective prompts.')
11
  st.write(' ')
12
 
13
  ###### Setup of variables ############################
 
7
  from Dashboard_automation_setup import fun_dict
8
 
9
  st.title('Automated Assessment')
10
+ st.write('On this page you can use automated assessment algorithms to assess how good uploaded images match their respective prompts. Note that the automatic assessment routines have not been validated and accuracy estimated will be provided in a future version.')
11
  st.write(' ')
12
 
13
  ###### Setup of variables ############################