Spaces:
Sleeping
Sleeping
Update README.md
Browse files
README.md
CHANGED
|
@@ -1,17 +1,23 @@
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 1 |
# Persona Simulation App
|
| 2 |
|
| 3 |
This is an interactive Streamlit application that generates simulated
|
| 4 |
-
conversations
|
| 5 |
-
generating persona sentiment heatmaps, and visual analytics.
|
| 6 |
-
|
| 7 |
-
## 🚀 How to Run
|
| 8 |
|
| 9 |
-
The app
|
| 10 |
-
using the **Streamlit** SDK.
|
| 11 |
|
| 12 |
-
|
| 13 |
|
| 14 |
-
### Running locally
|
| 15 |
```bash
|
| 16 |
pip install -r requirements.txt
|
| 17 |
streamlit run app.py
|
|
|
|
| 1 |
+
---
|
| 2 |
+
title: Persona Simulation App
|
| 3 |
+
emoji: 🧠
|
| 4 |
+
colorFrom: indigo
|
| 5 |
+
colorTo: blue
|
| 6 |
+
sdk: streamlit
|
| 7 |
+
sdk_version: "1.39.0"
|
| 8 |
+
app_file: app.py
|
| 9 |
+
pinned: false
|
| 10 |
+
---
|
| 11 |
+
|
| 12 |
# Persona Simulation App
|
| 13 |
|
| 14 |
This is an interactive Streamlit application that generates simulated
|
| 15 |
+
persona conversations with analytics, sentiment heatmaps, and file upload support.
|
|
|
|
|
|
|
|
|
|
| 16 |
|
| 17 |
+
The app deploys automatically on **Hugging Face Spaces** using the Streamlit SDK.
|
|
|
|
| 18 |
|
| 19 |
+
## 🚀 Running Locally
|
| 20 |
|
|
|
|
| 21 |
```bash
|
| 22 |
pip install -r requirements.txt
|
| 23 |
streamlit run app.py
|