Skip to content

Commit

Permalink
Update app.py
Browse files Browse the repository at this point in the history
  • Loading branch information
reichaves authored Sep 29, 2024
1 parent bf5a5e1 commit 34a3d89
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions app.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,10 @@
}
.stSidebar {
background-color: #262730;
color: #fafafa !important;
}
.stSidebar .stMarkdown {
color: #fafafa !important;
}
.stButton>button {
color: #4F8BF9;
Expand All @@ -43,6 +47,22 @@
.stTextInput>div>div>input {
color: #4F8BF9;
}
/* Melhorando a visibilidade dos rótulos de entrada */
.stTextInput>label {
color: #fafafa !important;
font-size: 1rem !important;
}
/* Ajustando a cor do texto no sidebar para o Hugging Face Spaces */
[data-testid="stSidebar"] {
color: #fafafa !important;
}
[data-testid="stSidebar"] .stMarkdown {
color: #fafafa !important;
}
/* Garantindo que o texto no corpo principal seja visível */
.stApp > header + div {
color: #fafafa !important;
}
</style>
""", unsafe_allow_html=True)

Expand Down

0 comments on commit 34a3d89

Please sign in to comment.