richardorama
commited on
Commit
•
c968d02
1
Parent(s):
7198895
Update app.py
Browse files
app.py
CHANGED
@@ -9,10 +9,10 @@ from transformers import pipeline, GPT2Tokenizer, GPT2LMHeadModel
|
|
9 |
import ast
|
10 |
|
11 |
#st.title("Assorted Language Tools")
|
12 |
-
st.markdown("<h1 style='text-align: center; font-size: 40px; color:
|
13 |
st.markdown("<h3 style='text-align: center; font-size: 16px;'>Simply Assorted Language Tools</h3>", unsafe_allow_html=True)
|
14 |
-
st.markdown("---") # Horizontal line to separate content from the rest
|
15 |
-
st.markdown("<h3 style='text-align: center; font-size: 20px; color:
|
16 |
|
17 |
|
18 |
################ SENTIMENT ANALYSIS - side bar - pippeline #################
|
|
|
9 |
import ast
|
10 |
|
11 |
#st.title("Assorted Language Tools")
|
12 |
+
st.markdown("<h1 style='text-align: center; font-size: 40px; color: yellow;'>S A L T</h1>", unsafe_allow_html=True)
|
13 |
st.markdown("<h3 style='text-align: center; font-size: 16px;'>Simply Assorted Language Tools</h3>", unsafe_allow_html=True)
|
14 |
+
#st.markdown("---") # Horizontal line to separate content from the rest
|
15 |
+
st.markdown("<h3 style='text-align: center; font-size: 20px; color: yellow;'>Orama's AI Craze</h3>", unsafe_allow_html=True)
|
16 |
|
17 |
|
18 |
################ SENTIMENT ANALYSIS - side bar - pippeline #################
|