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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -181,7 +181,7 @@ def submit_answer(category, num_categories, num_questions, questions, index, use
181
  return question_text, index, gr.update(visible=True), user_answers, gr.update(visible=False), gr.update(visible=True, value=0.5), gr.update(visible=False, value=None), gr.update(visible=False), gr.update(visible=True)
182
 
183
  # Gradio UI setup
184
- with gr.Blocks(theme="soft") 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():
 
181
  return question_text, index, gr.update(visible=True), user_answers, gr.update(visible=False), gr.update(visible=True, value=0.5), gr.update(visible=False, value=None), gr.update(visible=False), gr.update(visible=True)
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():