Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
·
a648bd3
1
Parent(s):
4d6db52
Update Login.py
Browse files- frontend/Login.py +12 -1
frontend/Login.py
CHANGED
@@ -53,7 +53,18 @@ def auth_page():
|
|
53 |
|
54 |
st.success("Signed up successfully")
|
55 |
except:
|
56 |
-
st.error("Signup Failed")
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
57 |
|
58 |
|
59 |
|
|
|
53 |
|
54 |
st.success("Signed up successfully")
|
55 |
except:
|
56 |
+
st.error("Signup Failed")
|
57 |
+
|
58 |
+
|
59 |
+
st.sidebar.divider()
|
60 |
+
st.sidebar.info(
|
61 |
+
"""
|
62 |
+
Follow us on:
|
63 |
+
|
64 |
+
Github → [@mayureshagashe2105](https://github.com/MayureshAgashe2105)\n
|
65 |
+
Github → [@HemanthSai7](https://github.com/HemanthSai7)
|
66 |
+
"""
|
67 |
+
)
|
68 |
|
69 |
|
70 |
|