imorcillo commited on
Commit
ab8da36
·
verified ·
1 Parent(s): 4211536

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -95,7 +95,7 @@ css_content = """
95
  align-items: center !important;
96
  flex-direction: column !important;
97
  }
98
- /*
99
  .popup-box {
100
  background-color: white !important;
101
  padding: 20px !important;
@@ -104,7 +104,7 @@ css_content = """
104
  width: 340px !important;
105
  text-align: center !important;
106
  }
107
- /*
108
  .popup-button {
109
  background-color: #5b65a7 !important;
110
  color: white !important;
@@ -114,7 +114,7 @@ css_content = """
114
  border: none !important;
115
  cursor: pointer !important;
116
  }
117
- /*
118
  .popup-button:hover {
119
  background-color: #3c4687 !important;
120
  }
 
95
  align-items: center !important;
96
  flex-direction: column !important;
97
  }
98
+
99
  .popup-box {
100
  background-color: white !important;
101
  padding: 20px !important;
 
104
  width: 340px !important;
105
  text-align: center !important;
106
  }
107
+
108
  .popup-button {
109
  background-color: #5b65a7 !important;
110
  color: white !important;
 
114
  border: none !important;
115
  cursor: pointer !important;
116
  }
117
+
118
  .popup-button:hover {
119
  background-color: #3c4687 !important;
120
  }