Docfile commited on
Commit
aabfca8
·
verified ·
1 Parent(s): 29a50f0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ genai.configure(api_key=GOOGLE_API_KEY)
37
 
38
  @app.route('/')
39
  def index():
40
- return render_template('templates_histoire.html')
41
 
42
 
43
  def rediger_section_histoire(theme, point, contexte_precedent=""):
 
37
 
38
  @app.route('/')
39
  def index():
40
+ return render_template('histoire.html')
41
 
42
 
43
  def rediger_section_histoire(theme, point, contexte_precedent=""):