Web3Daily commited on
Commit
beb327d
1 Parent(s): 01539c0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -20,7 +20,7 @@ demo = gr.Interface(
20
  inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?"),
21
  outputs=gr.Textbox(label="Get a simple answer in return:"),
22
  css="""
23
- body { /* Modify the background color of the entire interface */
24
  background-color: #f2f2f2;
25
  }
26
  .input_text, .output_text { /* Change input and output textboxes styles */
@@ -43,9 +43,6 @@ demo = gr.Interface(
43
  font-size: 16px;
44
  border-radius: 5px; /* Add rounded corners to the button */
45
  }
46
- .button:hover { /* Change the style of the submit button on hover */
47
- background-color: #0056b3;
48
- }
49
  """,
50
  )
51
  title="Web(GPT)3"
 
20
  inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?"),
21
  outputs=gr.Textbox(label="Get a simple answer in return:"),
22
  css="""
23
+ body {
24
  background-color: #f2f2f2;
25
  }
26
  .input_text, .output_text { /* Change input and output textboxes styles */
 
43
  font-size: 16px;
44
  border-radius: 5px; /* Add rounded corners to the button */
45
  }
 
 
 
46
  """,
47
  )
48
  title="Web(GPT)3"