Web3Daily commited on
Commit
22ac33c
1 Parent(s): 2b0a2f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -22,23 +22,23 @@ demo = gr.Interface(
22
  title="Web(GPT)3",
23
  css="""
24
  body {
25
- background-color: #f2f2f2 !important;
26
  }
27
  .input_text, .output_text {
28
- color: #4b4b4b !important;
29
- background-color: #e8e8e8 !important;
30
  font-family: 'Arial' !important, sans-serif !important;
31
  font-size: 16px !important;
32
  border-radius: 5px !important;
33
  }
34
  .input_label, .output_label { /* Change the style of input and output labels */
35
- color: #3a3a3a;
36
  font-family: 'Arial', sans-serif;
37
  font-size: 18px;
38
  font-weight: bold;
39
  }
40
  .button {
41
- background-color: #007BFF !important;
42
  color: white !important;
43
  font-family: 'Arial' !important, sans-serif !important;
44
  font-size: 16px !important;
 
22
  title="Web(GPT)3",
23
  css="""
24
  body {
25
+ background-color: #FFFFFF !important;
26
  }
27
  .input_text, .output_text {
28
+ color: #000000 !important;
29
+ background-color: #FFFFFF !important;
30
  font-family: 'Arial' !important, sans-serif !important;
31
  font-size: 16px !important;
32
  border-radius: 5px !important;
33
  }
34
  .input_label, .output_label { /* Change the style of input and output labels */
35
+ color: #000000;
36
  font-family: 'Arial', sans-serif;
37
  font-size: 18px;
38
  font-weight: bold;
39
  }
40
  .button {
41
+ background-color: #DF3840 !important;
42
  color: white !important;
43
  font-family: 'Arial' !important, sans-serif !important;
44
  font-size: 16px !important;