From 967bb967a8908889d0b7c0b4dcd7f8d20b77d0a3 Mon Sep 17 00:00:00 2001 From: Cristiano Ferreira Date: Mon, 8 May 2023 09:29:18 +0100 Subject: [PATCH] add playgrounds --- wt2_playground.py | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) 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" ), )