df_ai_int / helper /analyze.py
Ronio Jerico Roque
Feat: Added Website traffic, social media, and website performance category on the UI
13e4835
raw
history blame
204 Bytes
import streamlit as st
if 'analyze' not in st.session_state:
st.session_state['analyze'] = ''
analyze_button = st.button("Analyze")
if analyze_button:
st.session_state['analyze'] = 'clicked'