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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -18,8 +18,8 @@ client = genai.Client(
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')
 
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')