Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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=['
|
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
|