Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def main():
|
|
45 |
# Final Response
|
46 |
if submit:
|
47 |
with st.spinner("Generating Quizzes..."):
|
48 |
-
response = GetLLMResponse(selected_topic_level, selected_topic, num_quizzes)
|
49 |
st.success("Quizzes Generated!")
|
50 |
|
51 |
# Display questions and answers in a table
|
|
|
45 |
# Final Response
|
46 |
if submit:
|
47 |
with st.spinner("Generating Quizzes..."):
|
48 |
+
response = GetLLMResponse(selected_topic_level, selected_topic, num_quizzes, model)
|
49 |
st.success("Quizzes Generated!")
|
50 |
|
51 |
# Display questions and answers in a table
|