Spaces:
Runtime error
Runtime error
File size: 975 Bytes
0392324 fbb7c49 0392324 fbb7c49 0392324 fbb7c49 892f3cb 58a91e1 0392324 58a91e1 fbb7c49 58a91e1 fbb7c49 |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 |
import streamlit as st
from layouts.mainlayout import mainlayout
@mainlayout
def home_page():
st.markdown(
"""
##### Unleash the documentation dynamo that is **Techdocs**! Say goodbye to the documentation drudgery that haunts coders' dreams and embrace the effortless power of AI-driven documentation. With **Techdocs**, harness the genius of LLama2 π¦, the magic of WizardCoderLM π§ββοΈ, the versatility of Huggingface Transformers π€, and the precision of Langchain π¦ and Clarifai π€.
"""
)
with st.expander("What Can Techdocs Do for You? π",expanded=True):
st.markdown(
"""
- Boost your code quality effortlessly π.
- Effortlessly generate documentation for your code π€.
- Include comments, descriptions, parameters, return values, and real-life examples π.
- Elevate your code's readability, maintainability, and quality π.
#
"""
)
|