murtaza2801 commited on
Commit
ecd705d
·
verified ·
1 Parent(s): c63fc87

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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=300)
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