Skip to content

Commit

Permalink
Update Usage.py
Browse files Browse the repository at this point in the history
  • Loading branch information
HemanthSai7 authored Oct 1, 2023
1 parent 708de12 commit 77950ae
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions frontend/pages/Usage.py
Original file line number Diff line number Diff line change
Expand Up @@ -45,8 +45,8 @@ def usage():
text="""
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.
"""
st.write(f'<p style="font-size:20px; color:#9c9d9f ">{intro_text}</p>', unsafe_allow_html=True)
st.write(f'<p style="color:#9c9d9f; font-size:20px">{text}</p>', unsafe_allow_html=True)
st.write(f'<p style="font-size:22px; color:#9c9d9f ">{intro_text}</p>', unsafe_allow_html=True)
st.write(f'<p style="color:#9c9d9f; font-size:22px">{text}</p>', unsafe_allow_html=True)

st.markdown("### 📝 :rainbow[Using Techdocs via the CLI]")
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.")
Expand Down

0 comments on commit 77950ae

Please sign in to comment.