Skip to content

Commit aac9809

Browse files
authored
Update streamlit_app.py
1 parent 2693f7e commit aac9809

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

streamlit_app.py

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import requests
22
import streamlit as st
3-
from streamlit_lottie import st_lottie
4-
3+
from streamlit_lottie import streamlit_lottie
4+
import streamlit_lottie as st_lottie
55

66
st.set_page_config(page_title="My Webpage", page_icon=":desktop_computer:U+1F5A5", layout="wide")
77

@@ -42,5 +42,3 @@ def load_lottieurl(url):
4242
)
4343
with right_column:
4444
st_lottie(lottie_event, height = 600, key ="coding")
45-
46-

0 commit comments

Comments
 (0)