Docfile commited on
Commit
d013388
·
1 Parent(s): e383d14

Update ff.py

Browse files
Files changed (1) hide show
  1. ff.py +1 -1
ff.py CHANGED
@@ -47,7 +47,7 @@ def gpt(prompt):
47
  )
48
 
49
  print(answer)
50
- return answer
51
 
52
  def gpt_francais(french_prompt,choix):
53
 
 
47
  )
48
 
49
  print(answer)
50
+ return "non bouge ! "
51
 
52
  def gpt_francais(french_prompt,choix):
53