Web3Daily commited on
Commit
46472ee
1 Parent(s): c2c8cd7

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 Daily")
 
23
 
24
 
25
  demo.launch()
 
20
  inputs = "text",
21
  outputs = "text",
22
  title = "Web(GPT)3 Daily")
23
+ with gr.Blocks(theme=gr.themes.Glass()):
24
 
25
 
26
  demo.launch()