azizbarank commited on
Commit
8a9969c
·
1 Parent(s): c020f47

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -3,7 +3,7 @@ os.system('pip install nltk')
3
  os.system('pip install sklearn')
4
  os.system('pip install wget')
5
 
6
- wget https://raw.githubusercontent.com/surge-ai/copilot-toxicity/main/toxicity.csv
7
 
8
  import streamlit as st
9
  import pandas as pd
 
3
  os.system('pip install sklearn')
4
  os.system('pip install wget')
5
 
6
+ wget 'https://raw.githubusercontent.com/surge-ai/copilot-toxicity/main/toxicity.csv'
7
 
8
  import streamlit as st
9
  import pandas as pd