Duy-Anh Dang commited on
Commit
9340cb9
·
1 Parent(s): 1e59e71

removed col

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -122,7 +122,7 @@ region_variables = ['Africa', 'America', 'Asia', 'Europe', 'Oceania']
122
  st.markdown("#### Sentiment Analysis: Email Industry v1.2")
123
 
124
  stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1,1,1,1])
125
-
126
  with stats_col1:
127
  st.caption("Verified: Production")
128
  #st.metric(label="Verified", value= "Production")
@@ -136,7 +136,7 @@ with stats_col3:
136
  with stats_col4:
137
  st.caption("Industry: Email")
138
  #st.metric(label="Industry", value="Email")
139
-
140
  coluno, coldos = st.columns([5, 1])
141
 
142
  with coluno:
 
122
  st.markdown("#### Sentiment Analysis: Email Industry v1.2")
123
 
124
  stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1,1,1,1])
125
+ '''
126
  with stats_col1:
127
  st.caption("Verified: Production")
128
  #st.metric(label="Verified", value= "Production")
 
136
  with stats_col4:
137
  st.caption("Industry: Email")
138
  #st.metric(label="Industry", value="Email")
139
+ '''
140
  coluno, coldos = st.columns([5, 1])
141
 
142
  with coluno: