You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
1. Compile frontend
>> cd components/my_component/frontend
>> npm run build
2. Run streamlit
>> streamlit run index.py
3. Run flask api
>> flask run --host=0.0.0.0
4. Open your browser and enter localhost:8501