Docfile commited on
Commit
8a9dcdb
·
verified ·
1 Parent(s): f49c9d8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,7 +18,8 @@ client = genai.Client(
18
 
19
  @app.route('/')
20
  def index():
21
- return render_template('index.html')
 
22
 
23
 
24
  @app.route('/free')
 
18
 
19
  @app.route('/')
20
  def index():
21
+ return "La plateforme est en maintenance."
22
+ #return render_template('index.html')
23
 
24
 
25
  @app.route('/free')