df_ai_int / helper /initialize_analyze_session.py
Ronio Jerico Roque
Feat: Added Website traffic, social media, and website performance category on the UI
13e4835
raw
history blame contribute delete
216 Bytes
import streamlit as st
def initialize_analyze_session():
if 'analyzing' not in st.session_state:
st.session_state['analyzing'] = False
return st.session_state.get('analyzing', False)