Spaces:
Sleeping
Sleeping
Update horoscope_app.py
Browse files- 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(
|
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',
|