richardorama commited on
Commit
6d6b1c1
1 Parent(s): fa65e69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -9,7 +9,8 @@ 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: 20px;'>Assorted Language Tools</h1>", unsafe_allow_html=True)
 
13
  st.markdown("<h3 style='text-align: center; font-size: 20px; color: blue;'>Orama's AI Craze</h3>", unsafe_allow_html=True)
14
 
15
 
 
9
  import ast
10
 
11
  #st.title("Assorted Language Tools")
12
+ st.markdown("<h1 style='text-align: center; font-size: 20px;'>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("<h3 style='text-align: center; font-size: 20px; color: blue;'>Orama's AI Craze</h3>", unsafe_allow_html=True)
15
 
16