M17idd commited on
Commit
542e3db
·
1 Parent(s): ffcaa22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -187,7 +187,7 @@ if not st.session_state.authenticated:
187
  st.markdown("""
188
  <style>
189
  input {
190
- background-color: #ffffff;
191
  color: gold;
192
  border: 1px solid gold;
193
  border-radius: 10px;
@@ -195,10 +195,10 @@ if not st.session_state.authenticated:
195
  }
196
  </style>
197
  """, unsafe_allow_html=True)
198
- username = st.text_input("نام کاربری:", placeholder="شناسه نظامی خود را وارد کنید",
199
  label_visibility="visible")
200
 
201
- password = st.text_input("رمز عبور:", placeholder="رمز عبور نظامی", type="password",
202
  label_visibility="visible")
203
 
204
  if st.button("ورود"):
 
187
  st.markdown("""
188
  <style>
189
  input {
190
+ background-color: #2e3b2e;
191
  color: gold;
192
  border: 1px solid gold;
193
  border-radius: 10px;
 
195
  }
196
  </style>
197
  """, unsafe_allow_html=True)
198
+ username = st.text_input("نام کاربری:", placeholder="شناسه خود را وارد کنید",
199
  label_visibility="visible")
200
 
201
+ password = st.text_input("رمز عبور:", placeholder="رمز عبور ", type="password",
202
  label_visibility="visible")
203
 
204
  if st.button("ورود"):