Web3Daily commited on
Commit
e9fb2c9
1 Parent(s): c7187a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -1
app.py CHANGED
@@ -41,7 +41,6 @@ demo = gr.Interface(
41
  inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?"),
42
  outputs=gr.Textbox(label="Get a simple answer in return:"),
43
  title="Web(GPT)3",
44
- theme="light" !important,
45
  css=custom_css
46
  )
47
 
 
41
  inputs=gr.Textbox(label="Insert jargon here (ask a question):", placeholder="E.g. What are gas fees?"),
42
  outputs=gr.Textbox(label="Get a simple answer in return:"),
43
  title="Web(GPT)3",
 
44
  css=custom_css
45
  )
46