Web3Daily commited on
Commit
b24c36c
1 Parent(s): 891a8ca

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -20,11 +20,11 @@ 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
- .input_text, .output_text { /* Target both input and output textboxes */
24
  color: white;
25
- background-color: #2c2c2c; /* Add background color */
26
- font-family: 'Arial', sans-serif; /* Change the font */
27
- font-size: 16px; /* Change the font size */
28
  }
29
  """,
30
  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
+ gr.Textbox, .gradio-container {
24
  color: white;
25
+ background-color: #2c2c2c;
26
+ font-family: 'Arial', sans-serif;
27
+ font-size: 16px;
28
  }
29
  """,
30
  title="Web(GPT)3"