Skip to content

Commit

Permalink
Update test-chat.py
Browse files Browse the repository at this point in the history
  • Loading branch information
uless authored Oct 22, 2024
1 parent 60239a9 commit 72f6701
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test-chat.py
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ def set_background():
background-color: #FFFFFF; /* White background */
}
.big-title, .flood-title, .flood-warning, .st-chat-message, .user-message, .assistant-message {
color: black !important; /* Force black text */
color: black;
}
.big-title {
font-size: 50px;
Expand Down

0 comments on commit 72f6701

Please sign in to comment.