Spaces:
Runtime error
Runtime error
Hemanth Sai Garladinne
commited on
Commit
Β·
dd3d549
1
Parent(s):
4418473
Update π‘_Home.py
Browse files- 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('
|
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:
|