Update app.py
Browse files
app.py
CHANGED
|
@@ -9,8 +9,9 @@ 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:
|
| 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 |
|
|
@@ -245,4 +246,4 @@ st.text_area("Conversation", value=st.session_state.conversation, height=400)
|
|
| 245 |
|
| 246 |
# Add a footnote at the bottom
|
| 247 |
st.markdown("---") # Horizontal line to separate content from footnote
|
| 248 |
-
st.markdown("Orama's AI Craze")
|
|
|
|
| 9 |
import ast
|
| 10 |
|
| 11 |
#st.title("Assorted Language Tools")
|
| 12 |
+
st.markdown("<h1 style='text-align: center; font-size: 40px; color: maroon;'>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: blue;'>Orama's AI Craze</h3>", unsafe_allow_html=True)
|
| 16 |
|
| 17 |
|
|
|
|
| 246 |
|
| 247 |
# Add a footnote at the bottom
|
| 248 |
st.markdown("---") # Horizontal line to separate content from footnote
|
| 249 |
+
st.markdown("<h3 style='text-align: center; font-size: 20px; color: blue;'>Orama's AI Craze</h3>", unsafe_allow_html=True)
|