ibrahim313 commited on
Commit
9c94d96
·
verified ·
1 Parent(s): 88928c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -92,7 +92,7 @@ st.markdown("""
92
  color: #ffffff; /* White */
93
  }
94
  .stTextInput::placeholder, .stTextArea::placeholder {
95
- color: #d3d3d3; /* Light Gray */
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",