eogreen commited on
Commit
0df0165
1 Parent(s): dfa8bc0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -50,7 +50,7 @@ demo = gr.Interface(fn=dprocess,
50
  outputs="text",
51
  title="operand data automation CLI",
52
  description="",
53
- theme=gr.themes.Soft())
54
 
55
  demo.queue()
56
  demo.launch()
 
50
  outputs="text",
51
  title="operand data automation CLI",
52
  description="",
53
+ theme=gr.themes.Ocean())
54
 
55
  demo.queue()
56
  demo.launch()