Remove dependency
Browse files
app.py
CHANGED
@@ -11,7 +11,6 @@ import plotly.figure_factory as ff
|
|
11 |
import numpy as np
|
12 |
from collections import Counter
|
13 |
from streamlit_echarts import st_echarts
|
14 |
-
import streamlit_toggle as tog
|
15 |
|
16 |
print("Make sure to activate your VPN before running this script")
|
17 |
|
|
|
11 |
import numpy as np
|
12 |
from collections import Counter
|
13 |
from streamlit_echarts import st_echarts
|
|
|
14 |
|
15 |
print("Make sure to activate your VPN before running this script")
|
16 |
|