ankanghosh commited on
Commit
4d35ec5
·
verified ·
1 Parent(s): 727124b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -38,14 +38,14 @@ st.markdown("""
38
  border: 2px solid #FF5722 !important;
39
  border-radius: 8px !important;
40
  }
41
- /* Make input field green by default */
42
  div[data-baseweb="input"] {
43
- border: 2px solid #4CAF50 !important;
44
  border-radius: 8px !important;
45
  }
46
- /* Make input field red when focused */
47
  div[data-baseweb="input"]:focus-within {
48
- border: 2px solid #FF5722 !important;
49
  border-radius: 8px !important;
50
  }
51
  /* Remove default shadow */
 
38
  border: 2px solid #FF5722 !important;
39
  border-radius: 8px !important;
40
  }
41
+ /* Make input field red by default */
42
  div[data-baseweb="input"] {
43
+ border: 2px solid #FF5722 !important;
44
  border-radius: 8px !important;
45
  }
46
+ /* Make input field green when focused */
47
  div[data-baseweb="input"]:focus-within {
48
+ border: 2px solid #4CAF50 !important;
49
  border-radius: 8px !important;
50
  }
51
  /* Remove default shadow */