Spaces:
Build error
Build error
SHAMIL SHAHBAZ AWAN commited on
Update app.py
Browse files
app.py
CHANGED
|
@@ -25,7 +25,7 @@ st.markdown(
|
|
| 25 |
|
| 26 |
/* Set footer text color to white */
|
| 27 |
h2, h3, h4, h5, h6, p {{
|
| 28 |
-
color:
|
| 29 |
}}
|
| 30 |
|
| 31 |
/* Set footer styling */
|
|
@@ -51,6 +51,11 @@ st.markdown(
|
|
| 51 |
background-color: white;
|
| 52 |
color: black;
|
| 53 |
}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 54 |
</style>
|
| 55 |
""",
|
| 56 |
unsafe_allow_html=True
|
|
|
|
| 25 |
|
| 26 |
/* Set footer text color to white */
|
| 27 |
h2, h3, h4, h5, h6, p {{
|
| 28 |
+
color: white; /* Set all text color to white */
|
| 29 |
}}
|
| 30 |
|
| 31 |
/* Set footer styling */
|
|
|
|
| 51 |
background-color: white;
|
| 52 |
color: black;
|
| 53 |
}}
|
| 54 |
+
|
| 55 |
+
/* Set all output text (retrieved chunks and responses) to white */
|
| 56 |
+
.stMarkdown, .stTextInput, .stText, .stCode, .stJson, .stFileUploader, .stError, .stSuccess {{
|
| 57 |
+
color: white !important;
|
| 58 |
+
}}
|
| 59 |
</style>
|
| 60 |
""",
|
| 61 |
unsafe_allow_html=True
|