erinmikail commited on
Commit
f2bde49
·
verified ·
1 Parent(s): 8d352e6

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +7 -5
README.md CHANGED
@@ -1,12 +1,14 @@
1
  ---
2
- title: LD Model Switch
3
- emoji: 🏃
4
  colorFrom: purple
5
- colorTo: green
6
  sdk: streamlit
7
  sdk_version: 1.36.0
8
  app_file: app.py
9
- pinned: false
 
10
  ---
11
 
12
- Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference
 
 
1
  ---
2
+ title: Sentiment Analysis Toggle Demo
3
+ emoji: 📊
4
  colorFrom: purple
5
+ colorTo: purple
6
  sdk: streamlit
7
  sdk_version: 1.36.0
8
  app_file: app.py
9
+ pinned: true
10
+ short_description: Swap between different models using LaunchDarkly.
11
  ---
12
 
13
+ # Sentiment Analysis Model Toggle Demo
14
+ This Hugging Face Space explores how to use LaunchDarkly AI flags in order to swap between different sentiment analysis models.