add link to space in readme
Browse files
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
|
42 |
-
`TWITTER_BEARER_TOKEN`
|
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 |
|