K00B404 commited on
Commit
9222c3c
1 Parent(s): fd7aba9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -237,7 +237,7 @@ css = """
237
  }
238
  .dark\:bg-gray-950:is(.dark *) {
239
  --tw-bg-opacity: 1;
240
- background-color: rgb(157, 17, 142);
241
  }
242
 
243
  .gradio-container-4-41-0 .prose :last-child {
@@ -247,7 +247,7 @@ css = """
247
  margin-bottom: -7px !important;
248
  }
249
  .dark {
250
- --button-primary-background-fill: #09e60d70;
251
  --button-primary-background-fill-hover: #00000070;
252
  --background-fill-primary: #000;
253
  --background-fill-secondary: #000;
@@ -257,7 +257,7 @@ css = """
257
  }
258
  #app-container3 {
259
  background-color: rgba(255, 255, 255, 0.001); /* Corrected to make semi-transparent */
260
- max-width: 600px;
261
  margin-left: auto;
262
  margin-right: auto;
263
  margin-bottom: 10px;
@@ -329,7 +329,7 @@ body {
329
  background: linear-gradient(
330
  124deg,
331
  #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840,
332
- #1ddde8, #2b1de8, #dd00f3, #dd00f3
333
  );
334
  background-size: 300% 300%;
335
  width: calc(100% + 4px);
 
237
  }
238
  .dark\:bg-gray-950:is(.dark *) {
239
  --tw-bg-opacity: 1;
240
+ background-color: rgb(0, 17, 0);
241
  }
242
 
243
  .gradio-container-4-41-0 .prose :last-child {
 
247
  margin-bottom: -7px !important;
248
  }
249
  .dark {
250
+ --button-primary-background-fill: #000;
251
  --button-primary-background-fill-hover: #00000070;
252
  --background-fill-primary: #000;
253
  --background-fill-secondary: #000;
 
257
  }
258
  #app-container3 {
259
  background-color: rgba(255, 255, 255, 0.001); /* Corrected to make semi-transparent */
260
+ max-width: 1600px;
261
  margin-left: auto;
262
  margin-right: auto;
263
  margin-bottom: 10px;
 
329
  background: linear-gradient(
330
  124deg,
331
  #ff2400, #e81d1d, #e8b71d, #e3e81d, #1de840,
332
+ #1ddde8, #2b1de8, #000, #dd00f3
333
  );
334
  background-size: 300% 300%;
335
  width: calc(100% + 4px);