Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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")
|