AnishaG0201 commited on
Commit
76e9c60
1 Parent(s): 317f8e4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -35,7 +35,7 @@ def GetLLMResponse(selected_topic_level, selected_topic,num_quizzes, model):
35
 
36
 
37
 
38
- question_prompt = ('I want you to just generate question with this specification: Generate a {selected_topic_level} math quiz on the topic of [selected_topic]. Generate only [num_quizzes] questions not more and without providing answers.')
39
 
40
  st.write("running get llm response and print question prompt",question_prompt)
41
  if model == "Open AI":
 
35
 
36
 
37
 
38
+ question_prompt = (f'I want you to just generate question with this specification: Generate a {selected_topic_level} math quiz on the topic of [selected_topic]. Generate only [num_quizzes] questions not more and without providing answers.')
39
 
40
  st.write("running get llm response and print question prompt",question_prompt)
41
  if model == "Open AI":