Update app.py
Browse files
app.py
CHANGED
@@ -82,9 +82,7 @@ def gpt(prompt):
|
|
82 |
|
83 |
answer = response.choices[0].text.strip()
|
84 |
print(answer)
|
85 |
-
return
|
86 |
-
|
87 |
-
|
88 |
def gpt_francais(french_prompt,choix):
|
89 |
|
90 |
if not french_prompt:
|
|
|
82 |
|
83 |
answer = response.choices[0].text.strip()
|
84 |
print(answer)
|
85 |
+
return answer
|
|
|
|
|
86 |
def gpt_francais(french_prompt,choix):
|
87 |
|
88 |
if not french_prompt:
|