Youssouf Traore
commited on
Commit
·
4e98494
1
Parent(s):
045c254
Update app.py
Browse files
app.py
CHANGED
@@ -77,7 +77,7 @@ def gpt(prompt):
|
|
77 |
print(answer)
|
78 |
return answer
|
79 |
|
80 |
-
|
81 |
if not french_prompt:
|
82 |
return "Veuillez saisir un thème ."
|
83 |
|
|
|
77 |
print(answer)
|
78 |
return answer
|
79 |
|
80 |
+
def gpt_francais(french_prompt,choix):
|
81 |
if not french_prompt:
|
82 |
return "Veuillez saisir un thème ."
|
83 |
|