melvinalves commited on
Commit
e1ad333
·
verified ·
1 Parent(s): cc1ac95

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -65,8 +65,8 @@ st.title("🔬 Predição de Funções de Proteínas")
65
 
66
  st.markdown("""
67
  <style>
68
- .stTextArea textarea {
69
- width: 95% !important;
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)