Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -45,7 +45,7 @@ def solve():
|
|
45 |
config={'thinking_config': {'include_thoughts': True}},
|
46 |
contents=[
|
47 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
48 |
-
" Résous ça. Write you answer with rendering Latex."
|
49 |
]
|
50 |
)
|
51 |
#Resous cette exercice. ça doit être bien présentable et espacé. je veux un jolie rendu
|
@@ -97,7 +97,7 @@ def solved():
|
|
97 |
model="gemini-2.0-flash-exp",
|
98 |
contents=[
|
99 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
100 |
-
" Résous ça. Write you answer with rendering Latex."
|
101 |
]
|
102 |
)
|
103 |
#Resous cette exercice. ça doit être bien présentable et espacé. je veux un jolie rendu
|
|
|
45 |
config={'thinking_config': {'include_thoughts': True}},
|
46 |
contents=[
|
47 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
48 |
+
" Résous ça en français. Write you answer with rendering Latex."
|
49 |
]
|
50 |
)
|
51 |
#Resous cette exercice. ça doit être bien présentable et espacé. je veux un jolie rendu
|
|
|
97 |
model="gemini-2.0-flash-exp",
|
98 |
contents=[
|
99 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
100 |
+
" Résous ça en français. Write you answer with rendering Latex."
|
101 |
]
|
102 |
)
|
103 |
#Resous cette exercice. ça doit être bien présentable et espacé. je veux un jolie rendu
|