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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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
- .input_textbox, .output_textbox { /* 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 */
 
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 */