pythononlinegcc commited on
Commit
a69b97a
·
verified ·
1 Parent(s): e702980

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ client = ClientFactory.create_client("gemini")
6
 
7
  @app.route('/')
8
  def index():
9
- return render_template('../index.html')
10
 
11
  @app.route('/run', methods=['POST'])
12
  def run_code():
 
6
 
7
  @app.route('/')
8
  def index():
9
+ return render_template('index.html')
10
 
11
  @app.route('/run', methods=['POST'])
12
  def run_code():