Spaces:
Runtime error
Runtime error
Commit
·
0d74617
1
Parent(s):
9c405cd
Frontend complete and changed experimental_rerun to rerun
Browse files- frontend/pages/Code.py +1 -1
frontend/pages/Code.py
CHANGED
@@ -44,7 +44,7 @@ def instructions():
|
|
44 |
with st.sidebar:
|
45 |
if 'username' not in st.session_state:
|
46 |
with st.expander("🧑Account Details",expanded=True):
|
47 |
-
st.
|
48 |
else:
|
49 |
|
50 |
with st.expander("🔑 TECHDOCS-API-KEY",expanded=True):
|
|
|
44 |
with st.sidebar:
|
45 |
if 'username' not in st.session_state:
|
46 |
with st.expander("🧑Account Details",expanded=True):
|
47 |
+
st.warning("Please Login or Signup to continue")
|
48 |
else:
|
49 |
|
50 |
with st.expander("🔑 TECHDOCS-API-KEY",expanded=True):
|