helliun commited on
Commit
0f60dad
·
verified ·
1 Parent(s): 3fb09d1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -182,8 +182,8 @@ def submit_answer(category, num_categories, num_questions, questions, index, use
182
 
183
  # Gradio UI setup
184
  with gr.Blocks(theme="soft", css="footer{display:none !important}") as app:
185
- gr.Markdown("""## Deep Quizzer
186
- What do you know? What are you overconfident about? Underconfident? Deep Quizzer tests your knowledge, but also your ***meta-knowledge*** (your awareness of your knowledge). Taking a deep quiz will help you find gaps in your knowledge and learn how to be more confident in the topics you excel in!""")
187
  with gr.Row():
188
  category_input = gr.Textbox(label="Topic", placeholder="general knowledge", scale=4)
189
  num_categories_input = gr.Number(label="Number of Sections", value=5, scale=1, maximum=6)
 
182
 
183
  # Gradio UI setup
184
  with gr.Blocks(theme="soft", css="footer{display:none !important}") as app:
185
+ gr.Markdown("""## Deep Quizzer: Test Your Knowledge and Meta-Knowledge!
186
+ Discover what you truly know and how aware you are of your knowledge. Deep Quizzer identifies gaps in your understanding and helps boost your confidence in areas you excel. Take the quiz to sharpen your skills and knowledge today!""")
187
  with gr.Row():
188
  category_input = gr.Textbox(label="Topic", placeholder="general knowledge", scale=4)
189
  num_categories_input = gr.Number(label="Number of Sections", value=5, scale=1, maximum=6)