Update app.py
Browse files
app.py
CHANGED
|
@@ -20,7 +20,7 @@ st.title("Mobius")
|
|
| 20 |
st.markdown("""
|
| 21 |
<style>
|
| 22 |
.big-font {
|
| 23 |
-
font-size:
|
| 24 |
}
|
| 25 |
</style>
|
| 26 |
""", unsafe_allow_html=True)
|
|
|
|
| 20 |
st.markdown("""
|
| 21 |
<style>
|
| 22 |
.big-font {
|
| 23 |
+
font-size:14px;
|
| 24 |
}
|
| 25 |
</style>
|
| 26 |
""", unsafe_allow_html=True)
|