Hemanth Sai Garladinne commited on
Commit
fd875d8
·
2 Parent(s): 99761d7 ed8388f

Merge pull request #23 from HemanthSai7/main

Browse files
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.header("Please Login or Signup to continue")
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("../assets/image.png",width=300,use_column_width=True)
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