Update app.py
Browse files
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
|
| 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 |
|