Neurolingua commited on
Commit
890d7b0
·
verified ·
1 Parent(s): 5ec95b8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -202,6 +202,7 @@ def get_student_profile():
202
 
203
  import re
204
  def calculate_score_and_grade(llm_response):
 
205
  # Extract all the marks using a regular expression
206
  marks = re.findall(r'(\d+)/(\d+)', llm_response)
207
 
 
202
 
203
  import re
204
  def calculate_score_and_grade(llm_response):
205
+ print(llm_response)
206
  # Extract all the marks using a regular expression
207
  marks = re.findall(r'(\d+)/(\d+)', llm_response)
208