Spaces:
Runtime error
Runtime error
nehalelkaref
commited on
Commit
•
5d35835
1
Parent(s):
26ce2b9
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ app = Flask(__name__)
|
|
23 |
|
24 |
@app.route("/", methods=['GET'])
|
25 |
def home():
|
26 |
-
return render_template('
|
27 |
|
28 |
if __name__ == "__main__":
|
29 |
app.run()
|
|
|
23 |
|
24 |
@app.route("/", methods=['GET'])
|
25 |
def home():
|
26 |
+
return render_template('home.html')
|
27 |
|
28 |
if __name__ == "__main__":
|
29 |
app.run()
|