Hemanth Sai Garladinne commited on
Commit
23d15bf
Β·
1 Parent(s): 94b1209

Update 3_πŸ“_Instructions.py

Browse files
frontend/pages/3_πŸ“_Instructions.py CHANGED
@@ -14,8 +14,7 @@ def instructions():
14
 
15
  st.markdown("### πŸ“ :rainbow[Using Techdocs via the CLI]")
16
  st.info("Please use the CLI to generate the documentation for your project. The Streamlit app is just a demo to give the user an idea of the project.")
17
- st.warning("To start using the CLI, please generate an API Key from the Streamlit app. You can also generate the API Key from the CLI.")
18
-
19
  with st.expander("βš™οΈ Installation and setup"):
20
  st.markdown(instructions)
21
 
 
14
 
15
  st.markdown("### πŸ“ :rainbow[Using Techdocs via the CLI]")
16
  st.info("Please use the CLI to generate the documentation for your project. The Streamlit app is just a demo to give the user an idea of the project.")
17
+
 
18
  with st.expander("βš™οΈ Installation and setup"):
19
  st.markdown(instructions)
20