Spaces:
Runtime error
Runtime error
Commit
·
ee474a3
1
Parent(s):
8a9969c
Update app.py
Browse files
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
|