Spaces:
Sleeping
Sleeping
| title: Persona Simulation App | |
| emoji: 🧠 | |
| colorFrom: indigo | |
| colorTo: blue | |
| sdk: streamlit | |
| sdk_version: "1.39.0" | |
| app_file: app.py | |
| pinned: false | |
| # Persona Simulation App | |
| This is an interactive Streamlit application that generates simulated | |
| persona conversations with analytics, sentiment heatmaps, and file upload support. | |
| The app deploys automatically on **Hugging Face Spaces** using the Streamlit SDK. | |
| ## 🚀 Running Locally | |
| ```bash | |
| pip install -r requirements.txt | |
| streamlit run app.py | |