Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
·
4e54bd9
1
Parent(s):
da4ae4a
Update Usage.py
Browse files- frontend/pages/Usage.py +13 -13
frontend/pages/Usage.py
CHANGED
|
@@ -27,24 +27,24 @@ with st.sidebar.expander("🧑Account Details",expanded=True):
|
|
| 27 |
def usage():
|
| 28 |
st.markdown("### :rainbow[How to use Techdocs?]")
|
| 29 |
|
| 30 |
-
col1,col2 = st.columns(2,gap="small")
|
| 31 |
|
| 32 |
-
with col1:
|
| 33 |
|
| 34 |
-
|
| 35 |
|
| 36 |
-
|
| 37 |
|
| 38 |
-
with col2:
|
| 39 |
-
|
| 40 |
-
|
| 41 |
-
|
| 42 |
|
| 43 |
-
|
| 44 |
-
|
| 45 |
-
|
| 46 |
-
|
| 47 |
-
|
| 48 |
|
| 49 |
st.markdown("### 📝 :rainbow[Using Techdocs via the CLI]")
|
| 50 |
st.info("Please use the CLI to generate the documentation for your project. The Streamlit app is just a preview to give the user an idea of the project.")
|
|
|
|
| 27 |
def usage():
|
| 28 |
st.markdown("### :rainbow[How to use Techdocs?]")
|
| 29 |
|
| 30 |
+
# col1,col2 = st.columns(2,gap="small")
|
| 31 |
|
| 32 |
+
# with col1:
|
| 33 |
|
| 34 |
+
# st.image("/frontend/assets/image.png")
|
| 35 |
|
| 36 |
+
# st.caption("Boat sailing in the sea")
|
| 37 |
|
| 38 |
+
# with col2:
|
| 39 |
+
# intro_text="""
|
| 40 |
+
# Now that you've arrived at this digital crossroads, you're most likely eager to dive into the world of Techdocs. Great choice! In today's fast-paced tech landscape, having well-structured and easily accessible documentation is like having a treasure map to navigate the vast ocean of code. You are probably wondering how to use Techdocs.
|
| 41 |
+
# """
|
| 42 |
|
| 43 |
+
# text="""
|
| 44 |
+
# But you might be wondering: "How do I embark on this documentation journey with Techdocs?" Fear not, because we're about to chart a course through the fascinating world of Techdocs, where clarity, efficiency, and ease-of-use are the guiding stars.
|
| 45 |
+
# """
|
| 46 |
+
# st.write(f'<p style="font-size:20px; color:#9c9d9f ">{intro_text}</p>', unsafe_allow_html=True)
|
| 47 |
+
# st.write(f'<p style="color:#9c9d9f; font-size:20px">{text}</p>', unsafe_allow_html=True)
|
| 48 |
|
| 49 |
st.markdown("### 📝 :rainbow[Using Techdocs via the CLI]")
|
| 50 |
st.info("Please use the CLI to generate the documentation for your project. The Streamlit app is just a preview to give the user an idea of the project.")
|