richardorama commited on
Commit
8ecc66b
1 Parent(s): 6ba08bc

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -9,7 +9,7 @@ from transformers import pipeline, GPT2Tokenizer, GPT2LMHeadModel
9
  import ast
10
 
11
  st.title("Assorted Language Tools")
12
- st.markdown("<h3 style='text-align: center; font-size: 20px; color> blue;'>Orama's AI Craze</h3>", unsafe_allow_html=True)
13
 
14
 
15
  ################ STATEMENT SUMMARIZATION - main area #################
 
9
  import ast
10
 
11
  st.title("Assorted Language Tools")
12
+ st.markdown("<h3 style='text-align: center; font-size: 20px; color: blue;'>Orama's AI Craze</h3>", unsafe_allow_html=True)
13
 
14
 
15
  ################ STATEMENT SUMMARIZATION - main area #################