Spaces:
Sleeping
Sleeping
Update app.py
#11
by
MiaadAlsulami - opened
app.py
CHANGED
|
@@ -351,7 +351,7 @@ def customize_login_page_with_image(image_path):
|
|
| 351 |
""",
|
| 352 |
unsafe_allow_html=True
|
| 353 |
)
|
| 354 |
-
|
| 355 |
|
| 356 |
def customize_submit_button():
|
| 357 |
st.markdown(
|
|
|
|
| 351 |
""",
|
| 352 |
unsafe_allow_html=True
|
| 353 |
)
|
| 354 |
+
# st.title("Login Page") # The title will be styled in dark green
|
| 355 |
|
| 356 |
def customize_submit_button():
|
| 357 |
st.markdown(
|