burtenshaw
commited on
Commit
·
4514898
1
Parent(s):
0c23591
add questions to text
Browse files
app.py
CHANGED
@@ -344,7 +344,7 @@ with gr.Blocks() as demo:
|
|
344 |
with gr.Row(variant="compact"):
|
345 |
gr.Markdown(
|
346 |
f"""# Welcome to the Exam and Certification of {COURSE_TITLE}
|
347 |
-
Upon completion of {EXAM_MAX_QUESTIONS}, you can collect and share your certificate!
|
348 |
|
349 |
## Instructions
|
350 |
1. Log in then click 'Start' to begin.
|
|
|
344 |
with gr.Row(variant="compact"):
|
345 |
gr.Markdown(
|
346 |
f"""# Welcome to the Exam and Certification of {COURSE_TITLE}
|
347 |
+
Upon completion of {EXAM_MAX_QUESTIONS} questions, you can collect and share your certificate!
|
348 |
|
349 |
## Instructions
|
350 |
1. Log in then click 'Start' to begin.
|