Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
·
51d094b
1
Parent(s):
50b1521
Update Usage.py
Browse files- frontend/pages/Usage.py +10 -0
frontend/pages/Usage.py
CHANGED
|
@@ -62,6 +62,16 @@ def usage():
|
|
| 62 |
st.code("techdocs -k <API_KEY> -u <USERNAME> -p <PASSWORD> -d <ROOT-DIRECTORY-OF-THE -PROJECT>","bash")
|
| 63 |
st.text("6. Wait for the documentation to be generated. You can view the status of the documentation generation in the CLI.")
|
| 64 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 65 |
|
| 66 |
if 'access_token' not in st.session_state:
|
| 67 |
st.session_state.runpage = auth_page
|
|
|
|
| 62 |
st.code("techdocs -k <API_KEY> -u <USERNAME> -p <PASSWORD> -d <ROOT-DIRECTORY-OF-THE -PROJECT>","bash")
|
| 63 |
st.text("6. Wait for the documentation to be generated. You can view the status of the documentation generation in the CLI.")
|
| 64 |
|
| 65 |
+
st.sidebar.divider()
|
| 66 |
+
st.sidebar.info(
|
| 67 |
+
"""
|
| 68 |
+
Follow us on:
|
| 69 |
+
|
| 70 |
+
Github → [@mayureshagashe2105](https://github.com/MayureshAgashe2105)\n
|
| 71 |
+
Github → [@HemanthSai7](https://github.com/HemanthSai7)
|
| 72 |
+
"""
|
| 73 |
+
)
|
| 74 |
+
|
| 75 |
|
| 76 |
if 'access_token' not in st.session_state:
|
| 77 |
st.session_state.runpage = auth_page
|