Web3Daily commited on
Commit
b4f44fa
1 Parent(s): 3f954f8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -20,5 +20,4 @@ demo = gr.Interface(
20
  title="Web(GPT)3"
21
  )
22
 
23
- # Add the css parameter to load the custom CSS file
24
- demo.launch(css="custom.css")
 
20
  title="Web(GPT)3"
21
  )
22
 
23
+ demo.launch()