Spaces:
Running
Running
capradeepgujaran
commited on
Commit
•
771ac4d
1
Parent(s):
f31fada
Update app.py
Browse files
app.py
CHANGED
@@ -704,10 +704,23 @@ def create_quiz_interface():
|
|
704 |
|
705 |
# Header
|
706 |
gr.Markdown("""
|
707 |
-
|
708 |
-
|
709 |
-
|
|
|
710 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
711 |
with gr.Tabs() as tabs:
|
712 |
# Profile Setup Tab
|
713 |
with gr.Tab(id=1, label="📋 Step 1: Profile Setup"):
|
|
|
704 |
|
705 |
# Header
|
706 |
gr.Markdown("""
|
707 |
+
<div style="text-align: center;">
|
708 |
+
<h1>🎓 CertifyMe AI </h1>
|
709 |
+
<h3>Transform Your Knowledge into Recognized Achievements</h3></p>
|
710 |
+
</div>
|
711 |
|
712 |
+
<div style="margin: 20px 0; padding: 20px; background-color: #f8f9fa; border-radius: 10px;">
|
713 |
+
<h4>Assessment Overview:</h4>
|
714 |
+
<ul style="list-style-type: none; padding-left: 0;">
|
715 |
+
<li>📌 <strong>Basic Level:</strong> 5 questions - Perfect for beginners</li>
|
716 |
+
<li>📚 <strong>Intermediate Level:</strong> 10 questions - For those with HR experience</li>
|
717 |
+
<li>🎯 <strong>Advanced Level:</strong> 20 questions - Comprehensive assessment</li>
|
718 |
+
<li>⏱️ <strong>Passing Score:</strong> 80% or higher</li>
|
719 |
+
<li>🏆 <strong>Certificate:</strong> Awarded upon successful completion</li>
|
720 |
+
</ul>
|
721 |
+
<p style="margin-top: 15px;"><i>This assessment evaluates your understanding of the Learning Content that you pasted below:</i></p>
|
722 |
+
</div>
|
723 |
+
""", show_label=False)
|
724 |
with gr.Tabs() as tabs:
|
725 |
# Profile Setup Tab
|
726 |
with gr.Tab(id=1, label="📋 Step 1: Profile Setup"):
|