Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -113,7 +113,7 @@ st.set_page_config(
|
|
| 113 |
initial_sidebar_state="expanded",
|
| 114 |
)
|
| 115 |
|
| 116 |
-
add_auth(required=
|
| 117 |
|
| 118 |
if st.session_state.email is not '':
|
| 119 |
st.write(f'User: {st.session_state.email}')
|
|
|
|
| 113 |
initial_sidebar_state="expanded",
|
| 114 |
)
|
| 115 |
|
| 116 |
+
add_auth(required=True, login_button_color="#FFA500",subscribe_color_button="#FFA500")
|
| 117 |
|
| 118 |
if st.session_state.email is not '':
|
| 119 |
st.write(f'User: {st.session_state.email}')
|