Web3Daily commited on
Commit
8cce01b
1 Parent(s): dfdc23e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -19,9 +19,9 @@ demo = gr.Interface(
19
  fn=CustomChatGPT,
20
  inputs="text",
21
  outputs="text",
22
- title="Web(GPT)3",
23
- css="custom.css"
24
  )
25
 
26
 
27
  demo.launch()
 
 
19
  fn=CustomChatGPT,
20
  inputs="text",
21
  outputs="text",
22
+ title="Web(GPT)3"
 
23
  )
24
 
25
 
26
  demo.launch()
27
+ iface.launch(css="custom.css")