Docfile commited on
Commit
8d57fbf
·
verified ·
1 Parent(s): 281e951

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- dissertation = rediger_tout(sujet,points)
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: