Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -106,7 +106,7 @@ st.markdown(
|
|
| 106 |
"""
|
| 107 |
<style>
|
| 108 |
.tagify-title {
|
| 109 |
-
font-size:
|
| 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:
|
| 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 |
|