Update app.py
Browse files
app.py
CHANGED
@@ -158,7 +158,7 @@ class TextClassificationApp:
|
|
158 |
Main Streamlit app runner
|
159 |
"""
|
160 |
# Title and description
|
161 |
-
st.title("📄
|
162 |
st.write("Enter text to classify")
|
163 |
|
164 |
# Text input
|
|
|
158 |
Main Streamlit app runner
|
159 |
"""
|
160 |
# Title and description
|
161 |
+
st.title("📄 Toxic Classification")
|
162 |
st.write("Enter text to classify")
|
163 |
|
164 |
# Text input
|