Update app.py
Browse files
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)", "
|
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
|