Web3Daily commited on
Commit
8bbaaab
1 Parent(s): b24c36c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -20,9 +20,9 @@ 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
- gr.Textbox, .gradio-container {
24
  color: white;
25
- background-color: #2c2c2c;
26
  font-family: 'Arial', sans-serif;
27
  font-size: 16px;
28
  }
 
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
+ .component-4, .gradio-container {
24
  color: white;
25
+ background-color: #FFFFFF;
26
  font-family: 'Arial', sans-serif;
27
  font-size: 16px;
28
  }