Tuana commited on
Commit
df98b8a
1 Parent(s): 764169e

Update README.md

Browse files
Files changed (1) hide show
  1. README.md +3 -1
README.md CHANGED
@@ -1,4 +1,6 @@
1
- # Simple app to get an overview of what the twitter user has been posting about and their tone
 
 
2
 
3
  This is a demo just for fun 🥳
4
  This repo contains a streamlit application that given a Twitter username, tells you what type of things they've been posting about lately, their tone, and the languages they use. It uses the LLM by OpenAI `text-davinci-003`.
 
1
+ # Should I Follow?
2
+
3
+ ##### A simple app to get an overview of what the twitter user has been posting about and their tone
4
 
5
  This is a demo just for fun 🥳
6
  This repo contains a streamlit application that given a Twitter username, tells you what type of things they've been posting about lately, their tone, and the languages they use. It uses the LLM by OpenAI `text-davinci-003`.