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

Update app.py

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