Update app.py
Browse files
app.py
CHANGED
|
@@ -342,7 +342,8 @@ with gr.Blocks() as demo:
|
|
| 342 |
user_token = gr.State(value=None)
|
| 343 |
|
| 344 |
with gr.Row(variant="compact"):
|
| 345 |
-
gr.Markdown(f"## Welcome to the {
|
|
|
|
| 346 |
|
| 347 |
with gr.Row(variant="compact"):
|
| 348 |
gr.Markdown(
|
|
|
|
| 342 |
user_token = gr.State(value=None)
|
| 343 |
|
| 344 |
with gr.Row(variant="compact"):
|
| 345 |
+
gr.Markdown(f"## Welcome to the Exam and Certification of {COURSE_TITLE}")
|
| 346 |
+
gr.Markdown(f"Upon completion of {EXAM_MAX_QUESTIONS}, you can collect and share your certificate!")
|
| 347 |
|
| 348 |
with gr.Row(variant="compact"):
|
| 349 |
gr.Markdown(
|