Spaces:
Sleeping
Sleeping
| # NOTE: Keeping this so we don't have to redeploy the Streamlit app | |
| from app import app | |
| if __name__ == "__main__": | |
| app() | |
| # NOTE: Keeping this so we don't have to redeploy the Streamlit app | |
| from app import app | |
| if __name__ == "__main__": | |
| app() | |