We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2693f7e commit aac9809Copy full SHA for aac9809
streamlit_app.py
@@ -1,7 +1,7 @@
1
import requests
2
import streamlit as st
3
-from streamlit_lottie import st_lottie
4
-
+from streamlit_lottie import streamlit_lottie
+import streamlit_lottie as st_lottie
5
6
st.set_page_config(page_title="My Webpage", page_icon=":desktop_computer:U+1F5A5", layout="wide")
7
@@ -42,5 +42,3 @@ def load_lottieurl(url):
42
)
43
with right_column:
44
st_lottie(lottie_event, height = 600, key ="coding")
45
46
0 commit comments