Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -129,9 +129,10 @@ def test_connect():
|
|
129 |
# return render_template('attendance.html', attendance=attendance)
|
130 |
|
131 |
@app.route("/")
|
132 |
-
def
|
133 |
-
return '
|
134 |
-
# return
|
|
|
135 |
|
136 |
|
137 |
if __name__ == '__main__':
|
|
|
129 |
# return render_template('attendance.html', attendance=attendance)
|
130 |
|
131 |
@app.route("/")
|
132 |
+
def home():
|
133 |
+
return render_template('index.html')
|
134 |
+
# return 'hello'
|
135 |
+
|
136 |
|
137 |
|
138 |
if __name__ == '__main__':
|