Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ app = Flask(__name__)
|
|
37 |
# print("Connected")
|
38 |
# emit("my response", {"data": "Connected"})
|
39 |
########################################################
|
40 |
-
@app.route('/
|
41 |
def attend():
|
42 |
# Face recognition variables
|
43 |
known_faces_names = ["Sarwan Sir", "Vikas","Lalit","Jasmeen","Anita Ma'am"]
|
|
|
37 |
# print("Connected")
|
38 |
# emit("my response", {"data": "Connected"})
|
39 |
########################################################
|
40 |
+
@app.route('/at')
|
41 |
def attend():
|
42 |
# Face recognition variables
|
43 |
known_faces_names = ["Sarwan Sir", "Vikas","Lalit","Jasmeen","Anita Ma'am"]
|