removed unused import
Browse files
app.py
CHANGED
|
@@ -2,7 +2,6 @@ import streamlit as st
|
|
| 2 |
import pandas as pd
|
| 3 |
import logging
|
| 4 |
from deeploy import Client
|
| 5 |
-
from streamlit_extras.stylable_container import stylable_container
|
| 6 |
from utils import get_request_body, get_fake_certainty, get_model_url, get_random_suspicious_transaction
|
| 7 |
from utils import get_explainability_texts, get_explainability_values
|
| 8 |
from utils import COL_NAMES, feature_texts
|
|
|
|
| 2 |
import pandas as pd
|
| 3 |
import logging
|
| 4 |
from deeploy import Client
|
|
|
|
| 5 |
from utils import get_request_body, get_fake_certainty, get_model_url, get_random_suspicious_transaction
|
| 6 |
from utils import get_explainability_texts, get_explainability_values
|
| 7 |
from utils import COL_NAMES, feature_texts
|