sango07 commited on
Commit
a1346d7
·
verified ·
1 Parent(s): 9dfedfb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -54,7 +54,7 @@ def main():
54
  question_types = st.sidebar.multiselect(
55
  "Select Question Types",
56
  generator.available_question_types,
57
- default=['cause_and_effect_reasoning', 'temporal_reasoning']
58
  )
59
 
60
  # Number of questions
 
54
  question_types = st.sidebar.multiselect(
55
  "Select Question Types",
56
  generator.available_question_types,
57
+ default=['hallucination', 'toxicity']
58
  )
59
 
60
  # Number of questions