Spaces:
Runtime error
Runtime error
Merge pull request #23 from HemanthSai7/main
Browse files- frontend/pages/Code.py +1 -1
- frontend/pages/Usage.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):
|
frontend/pages/Usage.py
CHANGED
@@ -31,7 +31,7 @@ def usage():
|
|
31 |
|
32 |
with col1:
|
33 |
|
34 |
-
st.image("
|
35 |
|
36 |
st.caption("Boat sailing in the sea")
|
37 |
|
|
|
31 |
|
32 |
with col1:
|
33 |
|
34 |
+
st.image("./assets/image.png",width=300,use_column_width=True)
|
35 |
|
36 |
st.caption("Boat sailing in the sea")
|
37 |
|