Rename the AI
Browse files
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="🧮
|
| 207 |
.katex { font-size: 1.1em; }
|
| 208 |
.katex-display { margin: 1em 0; }
|
| 209 |
""") as demo:
|
| 210 |
-
gr.Markdown("# 🧮 **
|
| 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,
|