oldfart commited on
Commit
01f92ca
·
1 Parent(s): a05e4a1

Update horoscope_app.py

Browse files
Files changed (1) hide show
  1. horoscope_app.py +1 -5
horoscope_app.py CHANGED
@@ -88,12 +88,8 @@ tokenizer = load_tokenizer()
88
 
89
 
90
  st.title("Horoscope Generator")
91
- st.markdown('This uses NLP on 3 years worth of NYT horoscopes to generate your own horoscope based on user inputted seed text. The algorithm employs an element of randomness so that no two horoscopes are the same.')
92
 
93
- st.markdown('Visit for more powerful tools')
94
- st.markdown('https://aibeast.net')
95
- st.markdown('Follow')
96
- st.markdown('https://twitter.com/AIBeastWeb')
97
  query = st.selectbox(
98
  'What is your sign?',
99
  ('Aries','Taurus','Gemini','Cancer','Leo','Virgo','Libra', 'Scorpio',
 
88
 
89
 
90
  st.title("Horoscope Generator")
91
+ st.markdown()
92
 
 
 
 
 
93
  query = st.selectbox(
94
  'What is your sign?',
95
  ('Aries','Taurus','Gemini','Cancer','Leo','Virgo','Libra', 'Scorpio',