Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -46,10 +46,7 @@ def solve():
|
|
46 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
47 |
"""Résous ça en français with rendering latex"""
|
48 |
|
49 |
-
],
|
50 |
-
|
51 |
-
)
|
52 |
-
)
|
53 |
#Resous cette exercice. ça doit être bien présentable et espacé. je veux un jolie rendu
|
54 |
for chunk in response:
|
55 |
for part in chunk.candidates[0].content.parts:
|
|
|
46 |
{'inline_data': {'mime_type': 'image/png', 'data': img_str}},
|
47 |
"""Résous ça en français with rendering latex"""
|
48 |
|
49 |
+
], )
|
|
|
|
|
|
|
50 |
#Resous cette exercice. ça doit être bien présentable et espacé. je veux un jolie rendu
|
51 |
for chunk in response:
|
52 |
for part in chunk.candidates[0].content.parts:
|