removed plotly imports
Browse files
app.py
CHANGED
@@ -5,11 +5,6 @@ from deeploy import Client
|
|
5 |
from utils import ChangeButtonColour
|
6 |
from utils import get_input_values, get_texts, feature_texts, example_input, response, first_five_posneg_indices
|
7 |
|
8 |
-
# reset Plotly theme after streamlit import
|
9 |
-
import plotly.io as pio
|
10 |
-
|
11 |
-
pio.templates.default = "plotly"
|
12 |
-
|
13 |
logging.basicConfig(level=logging.INFO)
|
14 |
|
15 |
st.set_page_config(layout="wide")
|
|
|
5 |
from utils import ChangeButtonColour
|
6 |
from utils import get_input_values, get_texts, feature_texts, example_input, response, first_five_posneg_indices
|
7 |
|
|
|
|
|
|
|
|
|
|
|
8 |
logging.basicConfig(level=logging.INFO)
|
9 |
|
10 |
st.set_page_config(layout="wide")
|