Marthee commited on
Commit
baf5d3c
·
verified ·
1 Parent(s): a73f5cd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -4,7 +4,9 @@ from io import BytesIO
4
  import os
5
 
6
  app = Flask(__name__)
7
-
 
 
8
  # Route to serve the PDF in iframe
9
  @app.route('/view-pdf')
10
  def view_pdf():
 
4
  import os
5
 
6
  app = Flask(__name__)
7
+ @app.route("/",methods=["GET", "POST"])
8
+ def getInfotoMeasure():
9
+ return render_template("gui.html")
10
  # Route to serve the PDF in iframe
11
  @app.route('/view-pdf')
12
  def view_pdf():