Tuana commited on
Commit
482bee0
1 Parent(s): 76ff797

add link to space in readme

Browse files
Files changed (1) hide show
  1. README.md +4 -2
README.md CHANGED
@@ -12,6 +12,8 @@ pinned: false
12
 
13
  # Should I Follow?
14
 
 
 
15
  ##### A simple app to get an overview of what the twitter user has been posting about and their tone
16
 
17
  This is a demo just for fun 🥳
@@ -38,8 +40,8 @@ To run the bare application which does _nothing_:
38
  `pip install -r requirements.txt`
39
  2. Run the streamlit app:
40
  `streamlit run app.py`
41
- 3. Createa a `.env` and add your Twitter Bearer and OpenAI tokens:
42
- `TWITTER_BEARER_TOKEN` and `OPEN_AI_KEY`
43
 
44
  This will start up the app on `localhost:8501` where you will dind a simple search bar
45
 
 
12
 
13
  # Should I Follow?
14
 
15
+ ### Try it out on [🤗 Spaces](https://huggingface.co/spaces/deepset/should-i-follow)
16
+
17
  ##### A simple app to get an overview of what the twitter user has been posting about and their tone
18
 
19
  This is a demo just for fun 🥳
 
40
  `pip install -r requirements.txt`
41
  2. Run the streamlit app:
42
  `streamlit run app.py`
43
+ 3. Createa a `.env` and add your Twitter Bearer token:
44
+ `TWITTER_BEARER_TOKEN`
45
 
46
  This will start up the app on `localhost:8501` where you will dind a simple search bar
47