Commit
·
2531a6f
1
Parent(s):
ae8156b
Update app.py
Browse files
app.py
CHANGED
@@ -64,6 +64,7 @@ def main():
|
|
64 |
|
65 |
elif option=="Update":
|
66 |
st.subheader("Update a Record")
|
|
|
67 |
name=st.text_input("Enter Name")
|
68 |
email=st.text_input("Enter New Email")
|
69 |
if st.button("Update"):
|
|
|
64 |
|
65 |
elif option=="Update":
|
66 |
st.subheader("Update a Record")
|
67 |
+
id=st.number_input("Enter ID")
|
68 |
name=st.text_input("Enter Name")
|
69 |
email=st.text_input("Enter New Email")
|
70 |
if st.button("Update"):
|