Duy-Anh Dang commited on
Commit
c98b4e5
·
1 Parent(s): 16e34f0

added whitespace to sidebar

Browse files
Files changed (1) hide show
  1. app.py +10 -6
app.py CHANGED
@@ -75,7 +75,12 @@ def add_bg_from_url():
75
 
76
  # add_bg_from_url()
77
 
78
- st.title("Sentiment Analysis: Email Industry v1.2")
 
 
 
 
 
79
 
80
  stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1,1,1,1])
81
 
@@ -114,6 +119,9 @@ with st.sidebar:
114
  # url_button('Full Report','https://resources.loxz.com/reports/realtime-ml-character-count-model')
115
  utils.url_button('Amazon Market Place','https://aws.amazon.com/marketplace')
116
 
 
 
 
117
 
118
  industry_lists = ['Software and Technology', 'Academic and Education',
119
  'Entertainment', 'Finance and Banking', 'Hospitality',
@@ -269,8 +277,4 @@ if st.button('Generate Predictions'):
269
 
270
  placeholder.empty()
271
 
272
- #add whitespace to fix scroll
273
- def V_SPACE(lines):
274
- for x in range(lines):
275
- st.write(' ')
276
- V_SPACE(10)
 
75
 
76
  # add_bg_from_url()
77
 
78
+ #add whitespace to fix scroll
79
+ def WHITE_SPACE(lines):
80
+ for x in range(lines):
81
+ st.write(' ')
82
+
83
+ st.markdown("#### Sentiment Analysis: Email Industry v1.2")
84
 
85
  stats_col1, stats_col2, stats_col3, stats_col4 = st.columns([1,1,1,1])
86
 
 
119
  # url_button('Full Report','https://resources.loxz.com/reports/realtime-ml-character-count-model')
120
  utils.url_button('Amazon Market Place','https://aws.amazon.com/marketplace')
121
 
122
+ WHITE_SPACE(15)
123
+ st.caption("All models owned by Loxz Digital")
124
+
125
 
126
  industry_lists = ['Software and Technology', 'Academic and Education',
127
  'Entertainment', 'Finance and Banking', 'Hospitality',
 
277
 
278
  placeholder.empty()
279
 
280
+ WHITE_SPACE(10)