Docfile commited on
Commit
a09ba33
·
verified ·
1 Parent(s): 991df7e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -91,8 +91,8 @@ question d'ouverture
91
 
92
  @app.route('/')
93
  def index():
94
- return " La plateforme est en maintenance "
95
- #return render_template('histoire.html')
96
 
97
 
98
 
 
91
 
92
  @app.route('/')
93
  def index():
94
+ #return " La plateforme est en maintenance "
95
+ return render_template('histoire.html')
96
 
97
 
98