pythononlinegcc commited on
Commit
86c7a70
·
verified ·
1 Parent(s): 4c33f88

Update app.py

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