Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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")
|