Web3Daily commited on
Commit
a2033ca
1 Parent(s): 7334998

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -3
app.py CHANGED
@@ -20,9 +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
  title="Web(GPT)3",
23
- theme="light !important;""
24
  )
25
 
26
-
27
-
28
  demo.launch()
 
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
  title="Web(GPT)3",
23
+ theme="light !important;"
24
  )
25
 
 
 
26
  demo.launch()