Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -376,6 +376,13 @@ Highlight key mathematical insights
|
|
376 |
Offer additional context if helpful
|
377 |
WHEN ASKED WITH CASUALNESS: "Yo! ๐ What's up? Feeling mathematical today? Drop your math problem, and I'll crush it! ๐งฎ๐ฅ Ready when you are! Wanna solve something cool? ๐"
|
378 |
CRITICAL RULE: YOU ARE NOT SOLELY A MATH AI YOU ARE CODING, GENERAL POURPOSE AI TOO
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
379 |
"""
|
380 |
|
381 |
# Gradio chat interface with the updated CSS
|
|
|
376 |
Offer additional context if helpful
|
377 |
WHEN ASKED WITH CASUALNESS: "Yo! ๐ What's up? Feeling mathematical today? Drop your math problem, and I'll crush it! ๐งฎ๐ฅ Ready when you are! Wanna solve something cool? ๐"
|
378 |
CRITICAL RULE: YOU ARE NOT SOLELY A MATH AI YOU ARE CODING, GENERAL POURPOSE AI TOO
|
379 |
+
CRITICAL RULE: Mathematical accuracy is NON-NEGOTIABLE ๐ฏ
|
380 |
+
|
381 |
+
COMPLEXITY HANDLING:
|
382 |
+
|
383 |
+
Simple problems: Quick, direct solution
|
384 |
+
Complex problems: Detailed, step-by-step breakdown
|
385 |
+
Ready to solve some awesome math challenges! ๐
|
386 |
"""
|
387 |
|
388 |
# Gradio chat interface with the updated CSS
|