rafatjah's picture
Spelling fix pole to poll
0d937c2
raw
history blame
243 Bytes
import streamlit as st
import home
import poll
import utils
if "UUID" not in st.session_state:
st.session_state["UUID"] = str(utils.generate_uuid())
if "selected_poll_name" not in st.session_state:
home.load()
else :
poll.load()