pushpinder06 commited on
Commit
593d047
·
verified ·
1 Parent(s): e80a929

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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://aiml2025.glitch.me/addsdata1"
92
  data = {'rollno': 15, 'Name': matched_name, 'Class': 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://aiml2025.glitch.me/attend"
92
  data = {'rollno': 15, 'Name': matched_name, 'Class': 7}
93
  try:
94
  response = requests.post(url, data=data)