Docfile commited on
Commit
6db043a
·
verified ·
1 Parent(s): 72870fd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -18,7 +18,7 @@ client = genai.Client(
18
 
19
  @app.route('/')
20
  def index():
21
- return render_template('index.html')
22
 
23
  @app.route('/solve', methods=['POST'])
24
  def solve():
 
18
 
19
  @app.route('/')
20
  def index():
21
+ return render_template('m.html')
22
 
23
  @app.route('/solve', methods=['POST'])
24
  def solve():