Bhanuprasadchouki commited on
Commit
3bc1ad1
·
verified ·
1 Parent(s): 2f40fe0

Update test.py

Browse files
Files changed (1) hide show
  1. test.py +1 -1
test.py CHANGED
@@ -64,7 +64,7 @@ def extract_keywords(text, top_n=15):
64
 
65
  def parse_mcq_questions(mcq_list):
66
  # Split the string into individual questions
67
- questions = re.split(r'\d+\.\s+', mcq_list)[1:] # Skip the empty first element
68
  parsed_questions = []
69
 
70
  for q in questions:
 
64
 
65
  def parse_mcq_questions(mcq_list):
66
  # Split the string into individual questions
67
+ questions = re.split(r'\d+\.\s+', mcq_list)[1:] # Skip the empty first element
68
  parsed_questions = []
69
 
70
  for q in questions: