Duy-Anh Dang commited on
Commit
7ab42e6
·
1 Parent(s): 2693162

modified app.py font

Browse files
Files changed (1) hide show
  1. app.py +10 -7
app.py CHANGED
@@ -57,20 +57,23 @@ def add_bg_from_url():
57
 
58
  # add_bg_from_url()
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:
65
- st.metric(label="Verified", value="Production")
 
66
  with stats_col2:
67
- st.metric(label="Accuracy", value="85%")
68
-
69
  with stats_col3:
70
- st.metric(label="Speed", value="3.86 ms")
 
71
 
72
  with stats_col4:
73
- st.metric(label="Industry", value="Email")
 
74
 
75
  with st.sidebar:
76
 
@@ -106,7 +109,7 @@ target_variables = ['Conversion_Rate','Click_To_Open_Rate','Revenue_Per_Email']
106
 
107
 
108
 
109
- input_text = st.text_area("Please enter your email text here", height=300)
110
 
111
 
112
  industry = st.selectbox(
 
57
 
58
  # add_bg_from_url()
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:
65
+ st.caption("Verified: Production")
66
+ #st.metric(label="Verified", value= "Production")
67
  with stats_col2:
68
+ st.caption("Accuracy: 85%")
69
+ #st.metric(label="Accuracy", value= "85%")
70
  with stats_col3:
71
+ st.caption("Speed: 3.86 ms")
72
+ #st.metric(label="Speed", value="3.86 ms")
73
 
74
  with stats_col4:
75
+ st.caption("Industry: Email")
76
+ #st.metric(label="Industry", value="Email")
77
 
78
  with st.sidebar:
79
 
 
109
 
110
 
111
 
112
+ input_text = st.text_area("Please enter your email text here", height=50)
113
 
114
 
115
  industry = st.selectbox(