Update app.py
Browse files
app.py
CHANGED
@@ -5,6 +5,8 @@ import numpy as np
|
|
5 |
import pandas as pd
|
6 |
import matplotlib.pyplot as plt
|
7 |
import re
|
|
|
|
|
8 |
|
9 |
st.title('Toxic Comment Classification')
|
10 |
comment = st.text_area("Enter Your Text", "Type Here")
|
|
|
5 |
import pandas as pd
|
6 |
import matplotlib.pyplot as plt
|
7 |
import re
|
8 |
+
pip install --upgrade altair
|
9 |
+
|
10 |
|
11 |
st.title('Toxic Comment Classification')
|
12 |
comment = st.text_area("Enter Your Text", "Type Here")
|