jostlebot commited on
Commit
ceba679
·
1 Parent(s): 81fe2c9

Update Space configuration for Streamlit deployment

Browse files
Files changed (1) hide show
  1. README.md +35 -13
README.md CHANGED
@@ -1,19 +1,41 @@
1
  ---
2
- title: CounselingTools
3
- emoji: 🚀
4
- colorFrom: red
5
- colorTo: red
6
- sdk: docker
7
- app_port: 8501
8
- tags:
9
- - streamlit
10
  pinned: false
11
- short_description: Try my AI integrated counseling tools!
12
  ---
13
 
14
- # Welcome to Streamlit!
15
 
16
- Edit `/src/streamlit_app.py` to customize this app to your heart's desire. :heart:
17
 
18
- If you have any questions, checkout our [documentation](https://docs.streamlit.io) and [community
19
- forums](https://discuss.streamlit.io).
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
  ---
2
+ title: Attachment Style Roleplay Simulator
3
+ emoji: 🗣️
4
+ colorFrom: blue
5
+ colorTo: purple
6
+ sdk: streamlit
7
+ sdk_version: 1.31.1
8
+ app_file: src/streamlit_app.py
 
9
  pinned: false
10
+ license: mit
11
  ---
12
 
13
+ # Attachment Style Roleplay Simulator
14
 
15
+ A Streamlit application that helps users practice difficult conversations based on their attachment style. Created by [Jocelyn Skillman LMHC](http://www.jocelynskillman.com).
16
 
17
+ ## Features
18
+ - Interactive roleplay simulation
19
+ - Attachment style-based responses
20
+ - Customizable conversation scenarios
21
+ - AI-powered dialogue using Claude
22
+
23
+ ## Setup
24
+ 1. Install dependencies:
25
+ ```bash
26
+ pip install -r requirements.txt
27
+ ```
28
+
29
+ 2. Set up environment variables:
30
+ Create a `.env` file with your Anthropic API key:
31
+ ```
32
+ ANTHROPIC_API_KEY=your_api_key_here
33
+ ```
34
+
35
+ 3. Run the app:
36
+ ```bash
37
+ streamlit run src/streamlit_app.py
38
+ ```
39
+
40
+ ## Deployment
41
+ The app is configured for deployment on Hugging Face Spaces. Make sure to set the `ANTHROPIC_API_KEY` in the Space's secrets.