vjain commited on
Commit
c3fd1a5
1 Parent(s): 26fa27b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -92,7 +92,7 @@ def reply(input, dataset_name):
92
 
93
  csv_dropdown = gr.inputs.Dropdown(
94
  label="Select the Book",
95
- choices=["AP_Bio", "AP_Physics","Personality","AP_statistics","tax_embeddings"],
96
  default="AP_Bio"
97
 
98
  )
 
92
 
93
  csv_dropdown = gr.inputs.Dropdown(
94
  label="Select the Book",
95
+ choices=["AP_Bio", "AP_Physics","Personality","AP_statistics","tax_embeddings","therapy"],
96
  default="AP_Bio"
97
 
98
  )