richardorama
commited on
Commit
β’
f2ef415
1
Parent(s):
a56fc14
Update app.py
Browse files
app.py
CHANGED
@@ -8,7 +8,7 @@ import streamlit as st
|
|
8 |
from transformers import pipeline
|
9 |
import ast
|
10 |
|
11 |
-
st.title("Assorted Language Tools -
|
12 |
|
13 |
################ CHAT BOT #################
|
14 |
|
@@ -122,3 +122,8 @@ if SENTIMENT:
|
|
122 |
else:
|
123 |
st.sidebar.button('Analyze Sentiment', disabled=True)
|
124 |
st.warning('π Please enter Sentiment!')
|
|
|
|
|
|
|
|
|
|
|
|
8 |
from transformers import pipeline
|
9 |
import ast
|
10 |
|
11 |
+
st.title("Assorted Language Tools - AI Craze")
|
12 |
|
13 |
################ CHAT BOT #################
|
14 |
|
|
|
122 |
else:
|
123 |
st.sidebar.button('Analyze Sentiment', disabled=True)
|
124 |
st.warning('π Please enter Sentiment!')
|
125 |
+
|
126 |
+
|
127 |
+
# Add a footnote at the bottom
|
128 |
+
st.markdown("---") # Horizontal line to separate content from footnote
|
129 |
+
st.markdown("Orama's AI Craze")
|