richardorama commited on
Commit
ac94b36
1 Parent(s): c968d02

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -10,7 +10,7 @@ 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
 
 
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;'>Selectively 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