suvash commited on
Commit
f160d6c
1 Parent(s): a4d4ec4

Use default theme

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -27,6 +27,7 @@ interface_options = {
27
  "examples" : [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()],
28
  "interpretation": "default",
29
  "layout": "horizontal",
 
30
  "allow_flagging": "never",
31
  }
32
 
 
27
  "examples" : [f'{EXAMPLES_PATH}/{f.name}' for f in EXAMPLES_PATH.iterdir()],
28
  "interpretation": "default",
29
  "layout": "horizontal",
30
+ "theme": "default",
31
  "allow_flagging": "never",
32
  }
33