Khoi1234210 commited on
Commit
0e5e0a4
·
verified ·
1 Parent(s): 47f1f71

Rename the AI

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -203,11 +203,11 @@ def get_random_sample():
203
  return random.choice(math_samples)
204
 
205
  # Gradio Interface
206
- with gr.Blocks(title="🧮 Mathetics AI", theme=gr.themes.Soft(), css="""
207
  .katex { font-size: 1.1em; }
208
  .katex-display { margin: 1em 0; }
209
  """) as demo:
210
- gr.Markdown("# 🧮 **Mathetics AI**\n*Advanced Math Tutor powered by Qwen2.5-Math*")
211
 
212
  chatbot = gr.Chatbot(
213
  height=500,
 
203
  return random.choice(math_samples)
204
 
205
  # Gradio Interface
206
+ with gr.Blocks(title="🧮 Mathematics AI", theme=gr.themes.Soft(), css="""
207
  .katex { font-size: 1.1em; }
208
  .katex-display { margin: 1em 0; }
209
  """) as demo:
210
+ gr.Markdown("# 🧮 **Mathematics AI**\n*Advanced Math Tutor powered by Qwen2.5-Math*")
211
 
212
  chatbot = gr.Chatbot(
213
  height=500,