add playgrounds

This commit is contained in:
Cristiano Ferreira
2023-05-08 09:29:18 +01:00
parent d1bac041c7
commit 967bb967a8

View File

@@ -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"
),
)