Web3Daily commited on
Commit
79738aa
1 Parent(s): 1cb2388

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -20,6 +20,7 @@ demo = gr.Interface(
20
  inputs="text",
21
  outputs="text",
22
  title="Web(GPT)3"
 
23
  )
24
 
25
 
 
20
  inputs="text",
21
  outputs="text",
22
  title="Web(GPT)3"
23
+ css="custom.css"
24
  )
25
 
26