Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -19,7 +19,7 @@ st.title("Zero to Hero in Machine Learning ๐")
|
|
| 19 |
# Add animated text and Lottie animation in the top-right corner
|
| 20 |
st.markdown(
|
| 21 |
"""
|
| 22 |
-
<div style="position: fixed; top: 20px;
|
| 23 |
<div style="font-size:30px; color:#f39c12; font-weight:bold; animation: textAnimation 2s ease-in-out infinite; margin-right: 20px;">
|
| 24 |
Hey User! Are you Ready??
|
| 25 |
</div>
|
|
@@ -55,8 +55,4 @@ st.markdown(
|
|
| 55 |
st.header("About the Author ๐")
|
| 56 |
st.write("""
|
| 57 |
Hi, I'm [Your Name], a Machine Learning enthusiast and Data Scientist.
|
| 58 |
-
**Skills
|
| 59 |
-
- Python, Pandas, Scikit-Learn, TensorFlow
|
| 60 |
-
- Streamlit, Generative AI
|
| 61 |
-
- Data Visualization
|
| 62 |
-
""")
|
|
|
|
| 19 |
# Add animated text and Lottie animation in the top-right corner
|
| 20 |
st.markdown(
|
| 21 |
"""
|
| 22 |
+
<div style="position: fixed; top: 20px; left: 20px; display: flex; align-items: center;">
|
| 23 |
<div style="font-size:30px; color:#f39c12; font-weight:bold; animation: textAnimation 2s ease-in-out infinite; margin-right: 20px;">
|
| 24 |
Hey User! Are you Ready??
|
| 25 |
</div>
|
|
|
|
| 55 |
st.header("About the Author ๐")
|
| 56 |
st.write("""
|
| 57 |
Hi, I'm [Your Name], a Machine Learning enthusiast and Data Scientist.
|
| 58 |
+
**Skills
|
|
|
|
|
|
|
|
|
|
|
|