britbrat0 commited on
Commit
867f872
·
verified ·
1 Parent(s): 0f963b4

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +14 -8
README.md CHANGED
@@ -1,17 +1,23 @@
 
 
 
 
 
 
 
 
 
 
 
1
  # Persona Simulation App
2
 
3
  This is an interactive Streamlit application that generates simulated
4
- conversations using configurable personas. It supports uploading files,
5
- generating persona sentiment heatmaps, and visual analytics.
6
-
7
- ## 🚀 How to Run
8
 
9
- The app is designed to run automatically on Hugging Face Spaces
10
- using the **Streamlit** SDK.
11
 
12
- No additional configuration is required.
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