Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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") as app:
|
185 |
-
gr.Markdown("""##
|
186 |
See how well you know what you know. Enter a category and a quiz will be generated. Answer the True/False questions about it, and scores will then be calculated on your knowledge of the category, and on your ***knowledge of your knowledge*** of the category.""")
|
187 |
with gr.Row():
|
188 |
category_input = gr.Textbox(label="Category", placeholder="general knowledge", scale=4)
|
|
|
182 |
|
183 |
# Gradio UI setup
|
184 |
with gr.Blocks(theme="soft") as app:
|
185 |
+
gr.Markdown("""## Deep Quizzer
|
186 |
See how well you know what you know. Enter a category and a quiz will be generated. Answer the True/False questions about it, and scores will then be calculated on your knowledge of the category, and on your ***knowledge of your knowledge*** of the category.""")
|
187 |
with gr.Row():
|
188 |
category_input = gr.Textbox(label="Category", placeholder="general knowledge", scale=4)
|