Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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 |
-
|
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 |
|