Ashrafb commited on
Commit
06ef4fc
·
1 Parent(s): 240985f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -60,7 +60,7 @@ supported_languages = ["english", "french", "arabic", "chinese", "czech", "germa
60
  "japanese", "portuguese", "slovak", "spanish", "ukrainian", "greek"]
61
 
62
  # Streamlit UI
63
- st.title("AIconvert automatic text summarization")
64
  st.markdown('<style>h1{color: Crimson; text-align: center;}</style>', unsafe_allow_html=True)
65
  st.markdown(description)
66
 
 
60
  "japanese", "portuguese", "slovak", "spanish", "ukrainian", "greek"]
61
 
62
  # Streamlit UI
63
+ st.title("AIconvert AI text summarization")
64
  st.markdown('<style>h1{color: Crimson; text-align: center;}</style>', unsafe_allow_html=True)
65
  st.markdown(description)
66