Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,7 +156,7 @@ def solved():
|
|
156 |
model="gemini-2.5-flash-preview-04-17",
|
157 |
contents=[
|
158 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
159 |
-
"""Résous ça en français with rendering latex. utilise python pour les calculs"""
|
160 |
],
|
161 |
config=types.GenerateContentConfig(
|
162 |
# Ajouter l'outil d'exécution de code
|
|
|
156 |
model="gemini-2.5-flash-preview-04-17",
|
157 |
contents=[
|
158 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
159 |
+
"""Résous ça en français with rendering latex. utilise python pour les calculs et figures."""
|
160 |
],
|
161 |
config=types.GenerateContentConfig(
|
162 |
# Ajouter l'outil d'exécution de code
|