Spaces:
Sleeping
Sleeping
themeetjani
commited on
Commit
•
1d3ffcf
1
Parent(s):
9b9adeb
Update app.py
Browse files
app.py
CHANGED
@@ -65,8 +65,13 @@ In the "Machine Learning" section, we exhibit our proficiency in regression, for
|
|
65 |
Our team's expertise lies in delivering innovative solutions that harness the power of data and AI, addressing a wide range of challenges and applications.</span>
|
66 |
"""
|
67 |
|
|
|
68 |
# Display the paragraph with black color within a Streamlit HTML element
|
69 |
st.markdown(paragraph, unsafe_allow_html=True)
|
|
|
|
|
|
|
|
|
70 |
|
71 |
footer="""<style>
|
72 |
a:link , a:visited{
|
|
|
65 |
Our team's expertise lies in delivering innovative solutions that harness the power of data and AI, addressing a wide range of challenges and applications.</span>
|
66 |
"""
|
67 |
|
68 |
+
|
69 |
# Display the paragraph with black color within a Streamlit HTML element
|
70 |
st.markdown(paragraph, unsafe_allow_html=True)
|
71 |
+
st.markdown("<h3 style='text-align: center; color: black;'>What is GenAI?!!! </h2>", unsafe_allow_html=True)
|
72 |
+
g_p = """"<span style="color:black;">GenAI" likely stands for "General Artificial Intelligence," which refers to the concept of developing intelligent systems capable of performing tasks across a broad spectrum of domains, similar to the versatility and adaptability observed in human intelligence. In a short summary, "GenAI" embodies the pursuit of creating AI systems that can comprehend, learn, and apply knowledge across various contexts, aiming for a more generalized and flexible form of artificial intelligence.</span>"""
|
73 |
+
st.markdown(paragraph, unsafe_allow_html=True)
|
74 |
+
|
75 |
|
76 |
footer="""<style>
|
77 |
a:link , a:visited{
|