Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -88,7 +88,7 @@ with app_tab:
|
|
88 |
st.success(f"✅ Welcome: {matched_name}")
|
89 |
|
90 |
# Send attendance via POST
|
91 |
-
url = "https://
|
92 |
data = {'rno': '15', 'sname': matched_name, 'sclass': '7'}
|
93 |
try:
|
94 |
response = requests.post(url, data=data)
|
|
|
88 |
st.success(f"✅ Welcome: {matched_name}")
|
89 |
|
90 |
# Send attendance via POST
|
91 |
+
url = "https://nielit-attendance.glitch.me/adds"
|
92 |
data = {'rno': '15', 'sname': matched_name, 'sclass': '7'}
|
93 |
try:
|
94 |
response = requests.post(url, data=data)
|