PandaArtStation commited on
Commit
8c8fcd2
1 Parent(s): 74077a3

Update main.py

Browse files
Files changed (1) hide show
  1. main.py +1 -1
main.py CHANGED
@@ -4,7 +4,7 @@ app = Flask(__name__)
4
 
5
  @app.route('/')
6
  def index():
7
- return render_template('index.html')
8
 
9
  if __name__ == '__main__':
10
  app.run(host="0.0.0.0",port=7860,debug=False)
 
4
 
5
  @app.route('/')
6
  def index():
7
+ return render('index.html')
8
 
9
  if __name__ == '__main__':
10
  app.run(host="0.0.0.0",port=7860,debug=False)