mm2593 commited on
Commit
38d6cfd
Β·
1 Parent(s): 7edf37a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py CHANGED
@@ -10,3 +10,7 @@ from streamlit_lottie import st_lottie_spinner
10
  st.title("AI Driven UI ")
11
  st.subheader("πŸŽ€ Streamlit SideBar and Lottie Animation πŸŽ€ ")
12
  st.write(" still deciding what to do here")
 
 
 
 
 
10
  st.title("AI Driven UI ")
11
  st.subheader("πŸŽ€ Streamlit SideBar and Lottie Animation πŸŽ€ ")
12
  st.write(" still deciding what to do here")
13
+
14
+
15
+ with st.sidebar:
16
+ my_component(greeting="hello")