Techdocs / frontend /🏑_Home.py
Hemanth Sai Garladinne
Code refactor (#35)
fbb7c49
raw
history blame
975 Bytes
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 πŸ“ƒ.
#
"""
)