Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -92,7 +92,7 @@ st.markdown("""
|
|
92 |
color: #ffffff; /* White */
|
93 |
}
|
94 |
.stTextInput::placeholder, .stTextArea::placeholder {
|
95 |
-
color:
|
96 |
}
|
97 |
.stSidebar {
|
98 |
background-color: #000000; /* Royal Black */
|
@@ -126,7 +126,6 @@ st.markdown("""
|
|
126 |
</style>
|
127 |
""", unsafe_allow_html=True)
|
128 |
|
129 |
-
# Sidebar with task selection
|
130 |
st.sidebar.title("Tasks")
|
131 |
tasks = [
|
132 |
"📚 Personalized Learning Assistant",
|
|
|
92 |
color: #ffffff; /* White */
|
93 |
}
|
94 |
.stTextInput::placeholder, .stTextArea::placeholder {
|
95 |
+
color: black; /* Gray */
|
96 |
}
|
97 |
.stSidebar {
|
98 |
background-color: #000000; /* Royal Black */
|
|
|
126 |
</style>
|
127 |
""", unsafe_allow_html=True)
|
128 |
|
|
|
129 |
st.sidebar.title("Tasks")
|
130 |
tasks = [
|
131 |
"📚 Personalized Learning Assistant",
|