Spaces:
Runtime error
Runtime error
Andy Lau
commited on
Commit
·
b026b7a
1
Parent(s):
ace0635
updated label
Browse files
app.py
CHANGED
@@ -59,7 +59,6 @@ def add_bg_from_url():
|
|
59 |
|
60 |
st.markdown("# Sentiment Analysis: Email Industry")
|
61 |
|
62 |
-
|
63 |
stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1,1,1,1])
|
64 |
|
65 |
with stats_col1:
|
@@ -73,8 +72,6 @@ with stats_col3:
|
|
73 |
with stats_col4:
|
74 |
st.metric(label="Industry", value="Email")
|
75 |
|
76 |
-
|
77 |
-
|
78 |
with st.sidebar:
|
79 |
|
80 |
with st.expander('Model Description', expanded=False):
|
@@ -119,7 +116,7 @@ industry = st.selectbox(
|
|
119 |
)
|
120 |
|
121 |
campaign = st.selectbox(
|
122 |
-
'Please select your
|
123 |
campaign_types,
|
124 |
index=5
|
125 |
)
|
|
|
59 |
|
60 |
st.markdown("# Sentiment Analysis: Email Industry")
|
61 |
|
|
|
62 |
stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1,1,1,1])
|
63 |
|
64 |
with stats_col1:
|
|
|
72 |
with stats_col4:
|
73 |
st.metric(label="Industry", value="Email")
|
74 |
|
|
|
|
|
75 |
with st.sidebar:
|
76 |
|
77 |
with st.expander('Model Description', expanded=False):
|
|
|
116 |
)
|
117 |
|
118 |
campaign = st.selectbox(
|
119 |
+
'Please select your campaign type',
|
120 |
campaign_types,
|
121 |
index=5
|
122 |
)
|