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 πŸ“ƒ.
        #
        """
        )