Marthee commited on
Commit
49a366d
·
verified ·
1 Parent(s): ad44689

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ app = Flask(__name__)
6
 
7
  @app.route("/", methods=["GET", "POST"])
8
  def get_inf_to_measure():
9
- """
10
  Render the main GUI with the iframe.
11
  """
12
  return render_template("gui.html")
 
6
 
7
  @app.route("/", methods=["GET", "POST"])
8
  def get_inf_to_measure():
9
+ """
10
  Render the main GUI with the iframe.
11
  """
12
  return render_template("gui.html")