Spaces:
Runtime error
Runtime error
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 |
-
|
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 |
|