rein0421 commited on
Commit
449a015
·
verified ·
1 Parent(s): 4687773

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ app = Flask(__name__)
11
 
12
  @app.route('/')
13
  def root():
14
- return render_template("record.html")
15
 
16
  @app.route('/upload_audio', methods=['POST'])
17
  def upload_audio():
 
11
 
12
  @app.route('/')
13
  def root():
14
+ return render_template("index.html")
15
 
16
  @app.route('/upload_audio', methods=['POST'])
17
  def upload_audio():