Spaces:
Build error
Build error
Ronio Jerico Roque
Feat: Added Website traffic, social media, and website performance category on the UI
13e4835 | 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) | |