burtenshaw
commited on
Commit
·
e36ad24
1
Parent(s):
81f6bfd
update app naming to code review
Browse files
app.py
CHANGED
@@ -200,7 +200,7 @@ def handle_quiz(question_idx, user_answers, submitted_code, is_start):
|
|
200 |
|
201 |
# If we've reached the end, show final results
|
202 |
if question_idx >= len(quiz_data):
|
203 |
-
results_text = """##
|
204 |
This feedback should help you improve your skills.
|
205 |
|
206 |
⛔️ The feedback uses Qwen/Qwen2.5-Coder-32B-Instruct to compare your response to a gold
|
|
|
200 |
|
201 |
# If we've reached the end, show final results
|
202 |
if question_idx >= len(quiz_data):
|
203 |
+
results_text = """## Code Review Complete! 📚
|
204 |
This feedback should help you improve your skills.
|
205 |
|
206 |
⛔️ The feedback uses Qwen/Qwen2.5-Coder-32B-Instruct to compare your response to a gold
|