Minor fixes

This commit is contained in:
amalthomas-exe 2022-04-01 14:42:02 +05:30
commit b7f0d1c8e6
3 changed files with 25 additions and 10 deletions

View file

@ -4,6 +4,7 @@ import subprocess
app = Flask(__name__)
@app.route("/")
def index():
return render_template("index.html")