Update app.py
Browse files
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.
|
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()
|