Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -56,16 +56,16 @@ st.markdown("<h2 style='text-align: center; color: black;'>This is the demo for
|
|
| 56 |
st.markdown("<h3 style='text-align: center; color: black;'>Select a demo from the sidebar to see some examples of what we can do!!! </h2>", unsafe_allow_html=True)
|
| 57 |
|
| 58 |
paragraph = """
|
| 59 |
-
As a data AI team, our capabilities are demonstrated through the functionalities showcased on our demo site.
|
| 60 |
The team has developed a diverse set of applications that leverage artificial intelligence and machine learning techniques.
|
| 61 |
The "Home" page serves as a central hub, providing access to various sections.
|
| 62 |
Within the "GenAI" section, we showcase advanced technologies such as an AI Chatbot, auto code generation, report generation, and score generation.
|
| 63 |
The "Deep Learning" section features demonstrations in image analytics, video analytics, and speech recognition.
|
| 64 |
In the "Machine Learning" section, we exhibit our proficiency in regression, forecasting, clustering, and optimization.
|
| 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
|
| 66 |
"""
|
| 67 |
|
| 68 |
-
# Display the paragraph within a Streamlit HTML element
|
| 69 |
st.markdown(paragraph, unsafe_allow_html=True)
|
| 70 |
|
| 71 |
footer="""<style>
|
|
|
|
| 56 |
st.markdown("<h3 style='text-align: center; color: black;'>Select a demo from the sidebar to see some examples of what we can do!!! </h2>", unsafe_allow_html=True)
|
| 57 |
|
| 58 |
paragraph = """
|
| 59 |
+
<span style="color:black;">As a data AI team, our capabilities are demonstrated through the functionalities showcased on our demo site.
|
| 60 |
The team has developed a diverse set of applications that leverage artificial intelligence and machine learning techniques.
|
| 61 |
The "Home" page serves as a central hub, providing access to various sections.
|
| 62 |
Within the "GenAI" section, we showcase advanced technologies such as an AI Chatbot, auto code generation, report generation, and score generation.
|
| 63 |
The "Deep Learning" section features demonstrations in image analytics, video analytics, and speech recognition.
|
| 64 |
In the "Machine Learning" section, we exhibit our proficiency in regression, forecasting, clustering, and optimization.
|
| 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>
|