diff --git a/wt2_playground.py b/wt2_playground.py index 7e1dd96..63757ed 100644 --- a/wt2_playground.py +++ b/wt2_playground.py @@ -63,12 +63,7 @@ st.title("GPT-3.5 IELTS Examiner") question_type = st.selectbox( "What is the question type?", ( - "Listening", - "Reading", - "Writing Task 1", - "Writing Task 2", - "Speaking Part 1", - "Speaking Part 2" + "Writing Task 2" ), )