Hemanth Sai Garladinne commited on
Commit
e8c65db
Β·
1 Parent(s): 246ffcd

Update Usage.py

Browse files
Files changed (1) hide show
  1. frontend/pages/Usage.py +2 -2
frontend/pages/Usage.py CHANGED
@@ -45,8 +45,8 @@ def usage():
45
  text="""
46
  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.
47
  """
48
- st.write(f'<p style="font-size:20px; color:#9c9d9f ">{intro_text}</p>', unsafe_allow_html=True)
49
- st.write(f'<p style="color:#9c9d9f; font-size:20px">{text}</p>', unsafe_allow_html=True)
50
 
51
  st.markdown("### πŸ“ :rainbow[Using Techdocs via the CLI]")
52
  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.")
 
45
  text="""
46
  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.
47
  """
48
+ st.write(f'<p style="font-size:22px; color:#9c9d9f ">{intro_text}</p>', unsafe_allow_html=True)
49
+ st.write(f'<p style="color:#9c9d9f; font-size:22px">{text}</p>', unsafe_allow_html=True)
50
 
51
  st.markdown("### πŸ“ :rainbow[Using Techdocs via the CLI]")
52
  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.")