Docfile commited on
Commit
9394a2d
·
verified ·
1 Parent(s): 40cf5c8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
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: