Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -47,13 +47,13 @@ st.markdown("""
|
|
47 |
|
48 |
with st.sidebar:
|
49 |
st.header("ABOUT:")
|
50 |
-
st.caption("This is GenXai (Generation Expert AI), designed to assist with programming-related questions. This AI can help you answer your coding queries, fix errors, and much more. Additionally, you can chat with GenXai to build and refine your questions, facilitating a more productive conversation.")
|
51 |
# st.caption("""
|
52 |
# <div class="justified-text">
|
53 |
# This is GenXai (Generation Expert AI), designed to assist with programming-related questions. This AI can help you answer your coding queries, fix errors, and much more. Additionally, you can chat with GenXai to build and refine your questions, facilitating a more productive conversation.
|
54 |
# </div>
|
55 |
# """, unsafe_allow_html=True)
|
56 |
-
|
57 |
st.write("")
|
58 |
st.subheader("Build By:")
|
59 |
st.write("[Pachaiappan❤️](https://github.com/Mr-Vicky-01)")
|
|
|
47 |
|
48 |
with st.sidebar:
|
49 |
st.header("ABOUT:")
|
50 |
+
st.caption("This is GenXai (Generation Expert AI), designed to assist with programming-related questions. This AI can help you to answer your coding queries, fix errors, and much more. Additionally, you can chat with GenXai to build and refine your questions, facilitating a more productive conversation.")
|
51 |
# st.caption("""
|
52 |
# <div class="justified-text">
|
53 |
# This is GenXai (Generation Expert AI), designed to assist with programming-related questions. This AI can help you answer your coding queries, fix errors, and much more. Additionally, you can chat with GenXai to build and refine your questions, facilitating a more productive conversation.
|
54 |
# </div>
|
55 |
# """, unsafe_allow_html=True)
|
56 |
+
for _ in range(20):
|
57 |
st.write("")
|
58 |
st.subheader("Build By:")
|
59 |
st.write("[Pachaiappan❤️](https://github.com/Mr-Vicky-01)")
|