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

using columns now

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -118,7 +118,9 @@ target_variables = ['Conversion_Rate','Click_To_Open_Rate','Revenue_Per_Email']
118
 
119
  region_variables = ['Africa', 'America', 'Asia', 'Europe', 'Oceania']
120
 
121
- with st.empty().container():
 
 
122
 
123
  st.markdown("#### Sentiment Analysis: Email Industry v1.2")
124
 
 
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