Web3Daily commited on
Commit
67f99b9
1 Parent(s): beb327d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -3
app.py CHANGED
@@ -20,9 +20,6 @@ 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 {
24
- background-color: #f2f2f2;
25
- }
26
  .input_text, .output_text { /* Change input and output textboxes styles */
27
  color: #4b4b4b;
28
  background-color: #e8e8e8;
 
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
  .input_text, .output_text { /* Change input and output textboxes styles */
24
  color: #4b4b4b;
25
  background-color: #e8e8e8;