aicodingfun commited on
Commit
ed4682a
·
verified ·
1 Parent(s): 0c536c1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 Question Assistant
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
  """)