Web3Daily commited on
Commit
1c1bdaf
1 Parent(s): 9fd9100

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -18,7 +18,8 @@ def CustomChatGPT(Question):
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
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:", background-color: white),
 
22
 
23
  title="Web(GPT)3"
24
 
 
18
  demo = gr.Interface(
19
  fn=CustomChatGPT,
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=gr.Textbox(background-color: white)
23
 
24
  title="Web(GPT)3"
25