Hemanth Sai Garladinne commited on
Commit
dd3d549
β€’
1 Parent(s): 4418473

Update 🏑_Home.py

Browse files
Files changed (1) hide show
  1. frontend/🏑_Home.py +2 -2
frontend/🏑_Home.py CHANGED
@@ -10,7 +10,7 @@ def home():
10
 
11
  tab1, tab2, tab3 = st.tabs(["About our CLI πŸͺ„", "Mechanics πŸ› οΈ", "LLMs toolkit πŸ—ƒοΈ"])
12
  with tab1:
13
- st.markdown('### <div align="center">:green[Our CLI πŸ§‘β€πŸ’»]</div>',unsafe_allow_html=True)
14
  st.markdown('##### <div align="center">:blue[Techdocs CLI] provides a simple and easy to use interface to generate documentation for your :blue[code].</div>',unsafe_allow_html=True)
15
  col1, col3, col2 = st.columns([4,0.1,2])
16
  with col1:
@@ -21,7 +21,7 @@ def home():
21
  st.checkbox("##### Generated documentation will be directly embedded into your functions\n βœ… No need to manually copy paste the documentation.",value=True,key="feature1_c",on_change=changestate,args=("feature1_c",))
22
 
23
  with tab2:
24
- st.markdown('## <div align="center">:green[API behind the Scenes βš™οΈ]</div>',unsafe_allow_html=True)
25
  st.markdown('#### <div align="center">:blue[CLI] uses the power of our API allowing you to access sophisticated :blue[LLM] tools effortlessly. This :blue[microservice] is deployed separately abstracting undelying complexities and providing lightweight web app and CLI </div>',unsafe_allow_html=True)
26
  col1, col3, col2 = st.columns([4,0.1,2])
27
  with col1:
 
10
 
11
  tab1, tab2, tab3 = st.tabs(["About our CLI πŸͺ„", "Mechanics πŸ› οΈ", "LLMs toolkit πŸ—ƒοΈ"])
12
  with tab1:
13
+ st.markdown('### <div align="center">:green[Our CLI Tool πŸ§‘β€πŸ’»]</div>',unsafe_allow_html=True)
14
  st.markdown('##### <div align="center">:blue[Techdocs CLI] provides a simple and easy to use interface to generate documentation for your :blue[code].</div>',unsafe_allow_html=True)
15
  col1, col3, col2 = st.columns([4,0.1,2])
16
  with col1:
 
21
  st.checkbox("##### Generated documentation will be directly embedded into your functions\n βœ… No need to manually copy paste the documentation.",value=True,key="feature1_c",on_change=changestate,args=("feature1_c",))
22
 
23
  with tab2:
24
+ st.markdown('### <div align="center">:green[API behind the Scenes βš™οΈ]</div>',unsafe_allow_html=True)
25
  st.markdown('#### <div align="center">:blue[CLI] uses the power of our API allowing you to access sophisticated :blue[LLM] tools effortlessly. This :blue[microservice] is deployed separately abstracting undelying complexities and providing lightweight web app and CLI </div>',unsafe_allow_html=True)
26
  col1, col3, col2 = st.columns([4,0.1,2])
27
  with col1: