Spaces:
Running
Running
Update appStore/target.py
Browse files- appStore/target.py +2 -1
appStore/target.py
CHANGED
@@ -19,7 +19,7 @@ import plotly.express as px
|
|
19 |
from utils.target_classifier import label_dict
|
20 |
|
21 |
# Declare all the necessary variables
|
22 |
-
classifier_identifier = '
|
23 |
params = get_classifier_params(classifier_identifier)
|
24 |
|
25 |
@st.cache_data
|
@@ -53,6 +53,7 @@ def to_excel(df,sectorlist):
|
|
53 |
return processed_data
|
54 |
|
55 |
def app():
|
|
|
56 |
### Main app code ###
|
57 |
with st.container():
|
58 |
|
|
|
19 |
from utils.target_classifier import label_dict
|
20 |
|
21 |
# Declare all the necessary variables
|
22 |
+
classifier_identifier = 'target'
|
23 |
params = get_classifier_params(classifier_identifier)
|
24 |
|
25 |
@st.cache_data
|
|
|
53 |
return processed_data
|
54 |
|
55 |
def app():
|
56 |
+
|
57 |
### Main app code ###
|
58 |
with st.container():
|
59 |
|