Update app.py
Browse files
app.py
CHANGED
|
@@ -65,8 +65,8 @@ st.title("🔬 Predição de Funções de Proteínas")
|
|
| 65 |
|
| 66 |
st.markdown("""
|
| 67 |
<style>
|
| 68 |
-
|
| 69 |
-
|
| 70 |
}
|
| 71 |
</style>
|
| 72 |
""", unsafe_allow_html=True)
|
|
|
|
| 65 |
|
| 66 |
st.markdown("""
|
| 67 |
<style>
|
| 68 |
+
textarea {
|
| 69 |
+
font-size: 0.9rem !important;
|
| 70 |
}
|
| 71 |
</style>
|
| 72 |
""", unsafe_allow_html=True)
|