Ramzan0553 commited on
Commit
53af52f
·
verified ·
1 Parent(s): 7497245

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -6
app.py CHANGED
@@ -95,19 +95,21 @@ with gr.Blocks(
95
  title="Text Type Classifier",
96
  css="""
97
  body {
98
- display: flex;
99
- justify-content: center;
100
- align-items: center;
101
- height: 100vh;
102
- margin: 0;
103
- background-color: red !important;
104
  }
 
 
 
 
 
105
  .outer-box {
106
  border: 8px solid black;
107
  border-radius: 16px;
108
  padding: 24px;
109
  background-color: white;
110
  }
 
111
  .gr-box {
112
  border: 6px solid #0288d1 !important;
113
  border-radius: 12px;
@@ -115,6 +117,7 @@ with gr.Blocks(
115
  background-color: white;
116
  box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
117
  }
 
118
  .gr-button {
119
  background-color: #0288d1 !important;
120
  color: white !important;
@@ -122,6 +125,7 @@ with gr.Blocks(
122
  border-radius: 8px;
123
  margin-top: 10px;
124
  }
 
125
  .gr-button:hover {
126
  background-color: #01579b !important;
127
  }
 
95
  title="Text Type Classifier",
96
  css="""
97
  body {
98
+ background-color: white !important;
99
+ color: red !important;
 
 
 
 
100
  }
101
+
102
+ h1, h2, h3, h4, h5, h6, label, .gr-box, .gr-button {
103
+ color: red !important;
104
+ }
105
+
106
  .outer-box {
107
  border: 8px solid black;
108
  border-radius: 16px;
109
  padding: 24px;
110
  background-color: white;
111
  }
112
+
113
  .gr-box {
114
  border: 6px solid #0288d1 !important;
115
  border-radius: 12px;
 
117
  background-color: white;
118
  box-shadow: 0px 2px 10px rgba(0,0,0,0.1);
119
  }
120
+
121
  .gr-button {
122
  background-color: #0288d1 !important;
123
  color: white !important;
 
125
  border-radius: 8px;
126
  margin-top: 10px;
127
  }
128
+
129
  .gr-button:hover {
130
  background-color: #01579b !important;
131
  }