achterbrain commited on
Commit
6970404
β€’
1 Parent(s): a023004

updated prompt dir after coco update of counting prompts

Browse files
Files changed (2) hide show
  1. Dashboard.py +1 -1
  2. Data/Prompt_dir_221216.csv +0 -0
Dashboard.py CHANGED
@@ -13,7 +13,7 @@ def prompt_to_csv(df):
13
 
14
  # Setup
15
  ## Load prompt directory
16
- prompt_dir = pd.read_csv('Data/Prompt_dir_221215.csv') #second version of prompt_dir
17
  st.session_state['prompt_dir'] = prompt_dir
18
  ## Create lists of prompts for manual and automated assessments
19
  st.session_state['automated_tasks'] = ['Multiple object types', 'Single object','Negation']
 
13
 
14
  # Setup
15
  ## Load prompt directory
16
+ prompt_dir = pd.read_csv('Data/Prompt_dir_221216.csv') #second version of prompt_dir
17
  st.session_state['prompt_dir'] = prompt_dir
18
  ## Create lists of prompts for manual and automated assessments
19
  st.session_state['automated_tasks'] = ['Multiple object types', 'Single object','Negation']
Data/Prompt_dir_221216.csv ADDED
The diff for this file is too large to render. See raw diff