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

testing columns

Browse files
Files changed (1) hide show
  1. app.py +16 -16
app.py CHANGED
@@ -118,28 +118,28 @@ target_variables = ['Conversion_Rate','Click_To_Open_Rate','Revenue_Per_Email']
118
 
119
  region_variables = ['Africa', 'America', 'Asia', 'Europe', 'Oceania']
120
 
121
- coluno, coldos = st.columns([5, 1])
122
 
123
- with coluno:
124
 
125
- st.markdown("#### Sentiment Analysis: Email Industry v1.2")
126
 
127
- stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1,1,1,1])
 
 
 
 
 
 
 
 
128
 
129
- with stats_col1:
130
- st.caption("Verified: Production")
131
- #st.metric(label="Verified", value= "Production")
132
- with stats_col2:
133
- st.caption("Accuracy: 85%")
134
- #st.metric(label="Accuracy", value= "85%")
135
- with stats_col3:
136
- st.caption("Speed: 3.86 ms")
137
- #st.metric(label="Speed", value="3.86 ms")
138
 
139
- with stats_col4:
140
- st.caption("Industry: Email")
141
- #st.metric(label="Industry", value="Email")
142
 
 
143
  input_text = st.text_area("Please enter your email text here: ", height=50)
144
 
145
  with st.expander('Please select your parameters: '):
 
118
 
119
  region_variables = ['Africa', 'America', 'Asia', 'Europe', 'Oceania']
120
 
 
121
 
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")
129
+ with stats_col2:
130
+ st.caption("Accuracy: 85%")
131
+ #st.metric(label="Accuracy", value= "85%")
132
+ with stats_col3:
133
+ st.caption("Speed: 3.86 ms")
134
+ #st.metric(label="Speed", value="3.86 ms")
135
 
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:
143
  input_text = st.text_area("Please enter your email text here: ", height=50)
144
 
145
  with st.expander('Please select your parameters: '):