Spaces:
Configuration error
Configuration error
Update app.py
Browse files
app.py
CHANGED
@@ -23,7 +23,7 @@ def load_lottie_url(url):
|
|
23 |
lottie_animation = load_lottie_url("https://lottie.host/d02e4bd8-cd9c-401e-b143-17fc0ad924a8/o2dLZzU9oO.json")
|
24 |
|
25 |
# UI Layout
|
26 |
-
st_lottie(lottie_animation, height=
|
27 |
st.markdown("<h1 style='text-align: center; color: #4CAF50;'>Sentiment Analysis Dashboard</h1>", unsafe_allow_html=True)
|
28 |
|
29 |
|
|
|
23 |
lottie_animation = load_lottie_url("https://lottie.host/d02e4bd8-cd9c-401e-b143-17fc0ad924a8/o2dLZzU9oO.json")
|
24 |
|
25 |
# UI Layout
|
26 |
+
st_lottie(lottie_animation, height=200)
|
27 |
st.markdown("<h1 style='text-align: center; color: #4CAF50;'>Sentiment Analysis Dashboard</h1>", unsafe_allow_html=True)
|
28 |
|
29 |
|