Hemanth Sai Garladinne commited on
Commit
69f0938
·
1 Parent(s): 705e5d9

Update Code.py

Browse files
Files changed (1) hide show
  1. frontend/pages/Code.py +1 -1
frontend/pages/Code.py CHANGED
@@ -24,6 +24,7 @@ def logout():
24
 
25
  def instructions():
26
  with st.expander("📝Instructions",expanded=True):
 
27
  st.markdown(
28
  """
29
  ##### 1. Generate an `API Key` from the sidebar to get started.
@@ -38,7 +39,6 @@ def instructions():
38
 
39
  """
40
  )
41
- st.info("Please note that the Streamlit app is just a preview to give the user an idea of the project. To witness the full power of Techdocs, please use the CLI. The instructions to use the CLI are listed in Usage page")
42
 
43
 
44
  with st.sidebar:
 
24
 
25
  def instructions():
26
  with st.expander("📝Instructions",expanded=True):
27
+ st.info("Please note that the Streamlit app is just a preview to give the user an idea of the project. To witness the full power of Techdocs, please use the CLI. The instructions to use the CLI are listed in Usage page")
28
  st.markdown(
29
  """
30
  ##### 1. Generate an `API Key` from the sidebar to get started.
 
39
 
40
  """
41
  )
 
42
 
43
 
44
  with st.sidebar: