Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -201,7 +201,7 @@ def submit_histoire():
|
|
201 |
# Génération de la conclusion
|
202 |
dissertation += generer_conclusion(sujet, dissertation, "histoire")
|
203 |
"""
|
204 |
-
|
205 |
return jsonify({"output": dissertation}), 200
|
206 |
|
207 |
except Exception as e:
|
|
|
201 |
# Génération de la conclusion
|
202 |
dissertation += generer_conclusion(sujet, dissertation, "histoire")
|
203 |
"""
|
204 |
+
rediger_tout(sujet,points)
|
205 |
return jsonify({"output": dissertation}), 200
|
206 |
|
207 |
except Exception as e:
|