Docfile commited on
Commit
6f33a3b
·
verified ·
1 Parent(s): 298d52c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -38,7 +38,7 @@ def solve():
38
  config={'thinking_config': {'include_thoughts': True}},
39
  contents=[
40
  {'inline_data': {'mime_type': 'image/png', 'data': img_str}},
41
- "Resous cette exercice. ça doit être bien présentable et espacé afin d'être facile à lire. "
42
  ]
43
  )
44
 
 
38
  config={'thinking_config': {'include_thoughts': True}},
39
  contents=[
40
  {'inline_data': {'mime_type': 'image/png', 'data': img_str}},
41
+ "Resous cette exercice. ça doit être bien présentable et espacé. "
42
  ]
43
  )
44