Spaces:
Sleeping
Sleeping
Update home.py
Browse files
home.py
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
import streamlit as st
|
2 |
-
st.markdown("""<h1 style="border-bottom: 2px solid black; display: inline-block;text-align:center;">ABOUT THIS APPLICATION
|
3 |
st.markdown("""<p1 style="font-family: 'Arial', sans-serif; font-size: 16px; color: blue;">This application will revolutionize industries by transforming vast amounts of data into valuable insights.it enables accurate disease diagnosis and personalized treatments. In finance, it powers fraud detection, credit scoring, and investment strategies. E-commerce and social media utilize data science for personalized recommendations and targeted advertising. Transportation systems optimize routes and predict demand, while education employs adaptive learning techniques for customized student experiences. Manufacturing benefits from predictive maintenance, reducing downtime and costs. From weather forecasting to sports analytics and entertainment, data science enhances decision-making, efficiency, and innovation. Its impact is pervasive, driving advancements in every sector.</p1>""",unsafe_allow_html=True)
|
4 |
|
5 |
st.markdown("""<h2 style="text-align: left; display: inline; text-decoration: underline;">INTRODUCTION ABOUT AUTHOR</h2>""",unsafe_allow_html=True)
|
|
|
1 |
import streamlit as st
|
2 |
+
st.markdown("""<h1 style="border-bottom: 2px solid black; display: inline-block;text-align:center;">ABOUT THIS APPLICATION π </h1>""",unsafe_allow_html=True)
|
3 |
st.markdown("""<p1 style="font-family: 'Arial', sans-serif; font-size: 16px; color: blue;">This application will revolutionize industries by transforming vast amounts of data into valuable insights.it enables accurate disease diagnosis and personalized treatments. In finance, it powers fraud detection, credit scoring, and investment strategies. E-commerce and social media utilize data science for personalized recommendations and targeted advertising. Transportation systems optimize routes and predict demand, while education employs adaptive learning techniques for customized student experiences. Manufacturing benefits from predictive maintenance, reducing downtime and costs. From weather forecasting to sports analytics and entertainment, data science enhances decision-making, efficiency, and innovation. Its impact is pervasive, driving advancements in every sector.</p1>""",unsafe_allow_html=True)
|
4 |
|
5 |
st.markdown("""<h2 style="text-align: left; display: inline; text-decoration: underline;">INTRODUCTION ABOUT AUTHOR</h2>""",unsafe_allow_html=True)
|