jostlebot commited on
Commit
83c4a15
·
1 Parent(s): 0754e68

Fix merge conflicts and YAML metadata

Browse files
Files changed (1) hide show
  1. README.md +1 -11
README.md CHANGED
@@ -1,20 +1,15 @@
1
  ---
2
- title: ShadowBox
3
  emoji: 🎭
4
  colorFrom: purple
5
  colorTo: pink
6
  sdk: streamlit
7
  sdk_version: 1.45.0
8
- <<<<<<< HEAD
9
  app_file: src/streamlit_app.py
10
- =======
11
- app_file: app.py
12
- >>>>>>> b276373ea99595bd32f716d9d326ef0762cf2bf2
13
  pinned: false
14
  short_description: "ShadowBox: Calm, anonymous AI companion for youth distress."
15
  ---
16
 
17
- <<<<<<< HEAD
18
  # Attachment Style Roleplay Simulator
19
 
20
  A therapeutic roleplay simulator built for practicing emotionally charged conversations, created by Jocelyn Skillman LMHC.
@@ -40,11 +35,6 @@ This tool helps users rehearse boundary-setting and difficult conversations by s
40
  ANTHROPIC_KEY=your_api_key_here
41
  ```
42
  4. Run the app: `streamlit run src/app.py`
43
- =======
44
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
45
-
46
- This Streamlit app provides an anonymous chat interface powered by OpenAI's gpt-4o model, designed as a 'digital companion' called ShadowBox.
47
- >>>>>>> b276373ea99595bd32f716d9d326ef0762cf2bf2
48
 
49
  ## Learn More
50
 
 
1
  ---
2
+ title: Attachment Style Roleplay Simulator
3
  emoji: 🎭
4
  colorFrom: purple
5
  colorTo: pink
6
  sdk: streamlit
7
  sdk_version: 1.45.0
 
8
  app_file: src/streamlit_app.py
 
 
 
9
  pinned: false
10
  short_description: "ShadowBox: Calm, anonymous AI companion for youth distress."
11
  ---
12
 
 
13
  # Attachment Style Roleplay Simulator
14
 
15
  A therapeutic roleplay simulator built for practicing emotionally charged conversations, created by Jocelyn Skillman LMHC.
 
35
  ANTHROPIC_KEY=your_api_key_here
36
  ```
37
  4. Run the app: `streamlit run src/app.py`
 
 
 
 
 
38
 
39
  ## Learn More
40