helliun commited on
Commit
af80876
·
verified ·
1 Parent(s): 0c8df5b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -182,7 +182,7 @@ 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
- with gr.Row():
186
  # gr.Markdown("""## &nbsp; Deep Quizzer <img src="file/Subject.png" img align="left" width="20" height="20" />""")
187
  # gr.Markdown("""<img src="file/Subject.png" img align="left" width="40" height="40" />""")
188
  gr.Markdown("""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 a quiz to sharpen your skills and knowledge today!""")
 
182
 
183
  # Gradio UI setup
184
  with gr.Blocks(theme="soft", css="footer{display:none !important}") as app:
185
+ # with gr.Row():
186
  # gr.Markdown("""## &nbsp; Deep Quizzer <img src="file/Subject.png" img align="left" width="20" height="20" />""")
187
  # gr.Markdown("""<img src="file/Subject.png" img align="left" width="40" height="40" />""")
188
  gr.Markdown("""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 a quiz to sharpen your skills and knowledge today!""")