CarlosMalaga commited on
Commit
c6aa454
1 Parent(s): d92aa30

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -272,7 +272,7 @@ def run_client():
272
 
273
  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)"]
274
 
275
- if analysis_type == "Retriever"
276
  # Selection list using selectbox
277
  selection_list = st.selectbox(
278
  "Select an option:",
 
272
 
273
  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)"]
274
 
275
+ if analysis_type == "Retriever":
276
  # Selection list using selectbox
277
  selection_list = st.selectbox(
278
  "Select an option:",