Scarletta975 commited on
Commit
c8b83f1
·
verified ·
1 Parent(s): 6a65466

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -106,7 +106,7 @@ st.markdown(
106
  """
107
  <style>
108
  .tagify-title {
109
- font-size: 62px;
110
  text-align: center;
111
  transition: transform 0.2s ease-in-out;
112
  }
@@ -132,7 +132,7 @@ colored_text_with_malt = colored_text + ' <span style="color: hsl(40, 70%, 50%);
132
  st.markdown(f'<h1 class="tagify-title">{colored_text_with_malt}</h1>', unsafe_allow_html=True)
133
 
134
  st.markdown(
135
- '<h2 style="font-size:30px;color: #F5FEFD; text-align: center;">Topic Modelling and Labelling</h2>',
136
  unsafe_allow_html=True,
137
  )
138
 
 
106
  """
107
  <style>
108
  .tagify-title {
109
+ font-size: 50px;
110
  text-align: center;
111
  transition: transform 0.2s ease-in-out;
112
  }
 
132
  st.markdown(f'<h1 class="tagify-title">{colored_text_with_malt}</h1>', unsafe_allow_html=True)
133
 
134
  st.markdown(
135
+ '<h2 style="font-size:25px;color: #F5FEFD; text-align: center;">Topic Modelling and Labelling</h2>',
136
  unsafe_allow_html=True,
137
  )
138