Sachitksh commited on
Commit
9f7f64e
·
verified ·
1 Parent(s): c6f1abb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -7,7 +7,7 @@ st.markdown("""
7
  <style>
8
  /* Style the title */
9
  .stApp {
10
- background-color: #d14eb9 ;
11
  font-family: 'Arial', sans-serif;
12
  }
13
  .stTitle {
@@ -19,7 +19,7 @@ st.markdown("""
19
  }
20
  /* Style the buttons and forms */
21
  .stButton > button {
22
- background-color: #2980b9;
23
  color: white;
24
  padding: 10px 20px;
25
  border-radius: 5px;
@@ -31,7 +31,7 @@ st.markdown("""
31
  }
32
  /* Style the sidebar */
33
  .stSidebar > div {
34
- background-color: #bdc3c7;
35
  padding: 15px;
36
  border-radius: 10px;
37
  }
 
7
  <style>
8
  /* Style the title */
9
  .stApp {
10
+ background-color: #8182ae ;
11
  font-family: 'Arial', sans-serif;
12
  }
13
  .stTitle {
 
19
  }
20
  /* Style the buttons and forms */
21
  .stButton > button {
22
+ background-color: #d91515 ;
23
  color: white;
24
  padding: 10px 20px;
25
  border-radius: 5px;
 
31
  }
32
  /* Style the sidebar */
33
  .stSidebar > div {
34
+ background-color: #8182ae;
35
  padding: 15px;
36
  border-radius: 10px;
37
  }