Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
import streamlit as st
|
| 2 |
import base64
|
| 3 |
-
import
|
| 4 |
-
|
| 5 |
|
| 6 |
add_selectbox = st.sidebar.selectbox(
|
| 7 |
"How would you like to be contacted?",
|
|
|
|
| 1 |
import streamlit as st
|
| 2 |
import base64
|
| 3 |
+
import requests
|
| 4 |
+
from streamlit_lottie import st_lottie
|
| 5 |
|
| 6 |
add_selectbox = st.sidebar.selectbox(
|
| 7 |
"How would you like to be contacted?",
|