File size: 378 Bytes
b0ff21d |
1 2 3 4 5 6 7 8 9 10 11 12 13 |
import streamlit as st
import streamlit.components.v1 as components
from streamlit_extras.switch_page_button import switch_page
from oocsi_source import OOCSI
header1, header2, header3 = st.columns([1,2,1])
body1, body2, body3 =st.columns([1,2,1])
with header2:
st.balloons()
st.title("Thank you for completing this survey")
st.write("You can now close this tab") |