Tri4 commited on
Commit
af1fcae
·
verified ·
1 Parent(s): bde2f65

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -2
app.py CHANGED
@@ -1,3 +1,4 @@
 
1
  from flask import Flask, request, jsonify, render_template
2
  import os
3
 
@@ -6,8 +7,8 @@ app = Flask(__name__)
6
  @app.route("/")
7
  def hello():
8
  #return render_template('index.html')
9
- return render_template('design.html')
10
- #return render_template('chatgpt.html')
11
 
12
 
13
  if __name__ == '__main__':
 
1
+ #https://www.sourcecodester.com/javascript/17396/voice-recorder-app-using-html-css-and-javascript-source-code.html
2
  from flask import Flask, request, jsonify, render_template
3
  import os
4
 
 
7
  @app.route("/")
8
  def hello():
9
  #return render_template('index.html')
10
+ #return render_template('design.html')
11
+ return render_template('chatgpt.html')
12
 
13
 
14
  if __name__ == '__main__':