micknikolic commited on
Commit
e2ab019
1 Parent(s): 640b224

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -68,6 +68,7 @@ gr_interface = gr.Interface(
68
  "textbox",
69
  "state"
70
  ],
 
71
  live=True
72
  )
73
 
 
68
  "textbox",
69
  "state"
70
  ],
71
+ theme="dark",
72
  live=True
73
  )
74