Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -137,7 +137,7 @@ def generate_math_questions(grade, term, qtype="Unspecified", num_questions=10):
|
|
137 |
with gr.Blocks() as app:
|
138 |
# 介面標題區
|
139 |
gr.Markdown("""
|
140 |
-
# 🤖🧮 AI Math
|
141 |
|
142 |
**Need some math questions? Let me help! Choose the grade, term, type of questions, and number of questions, and I'll generate them for you!**
|
143 |
""")
|
|
|
137 |
with gr.Blocks() as app:
|
138 |
# 介面標題區
|
139 |
gr.Markdown("""
|
140 |
+
# 🤖🧮 AI Math Quiz Maker
|
141 |
|
142 |
**Need some math questions? Let me help! Choose the grade, term, type of questions, and number of questions, and I'll generate them for you!**
|
143 |
""")
|