CarlosMalaga commited on
Commit
4a0b379
1 Parent(s): ecd29a7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -249,7 +249,7 @@ def run_client():
249
  index=0 # Default to 'question'
250
  )
251
 
252
- selection_options = ["DB Intervention (GPT)", "DB Outcome (GPT)", "DB Intervention (GPT+Llama)", "DB Outcome (GPT+Llama)", "Taxonomy Intervention (GPT)", "Taxonomy Outcome (GPT)", "Taxonomy Intervention (GPT+Llama)", "Taxonomy Outcome (GPT+Llama)"]
253
 
254
  if analysis_type == "Retriever":
255
  # Selection list using selectbox
 
249
  index=0 # Default to 'question'
250
  )
251
 
252
+ selection_options = ["DB Intervention (GPT)", "DB Outcome (GPT)", "Taxonomy Intervention (GPT)", "Taxonomy Outcome (GPT)"]
253
 
254
  if analysis_type == "Retriever":
255
  # Selection list using selectbox