Jayesh13 commited on
Commit
400031e
·
1 Parent(s): 96091b1

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
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")