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 | |
| if 'analyze' not in st.session_state: | |
| st.session_state['analyze'] = '' | |
| analyze_button = st.button("Analyze") | |
| if analyze_button: | |
| st.session_state['analyze'] = 'clicked' | |