Alex Strick van Linschoten commited on
Commit
5fb7f73
1 Parent(s): 49b1548

return to grass theme

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -184,7 +184,7 @@ with open("article.md") as f:
184
  examples = [["test1.pdf", 80, False], ["test2.pdf", 80, False]]
185
  interpretation = "default"
186
  enable_queue = True
187
- theme = "peach"
188
  allow_flagging = "never"
189
 
190
  demo = gr.Interface(
184
  examples = [["test1.pdf", 80, False], ["test2.pdf", 80, False]]
185
  interpretation = "default"
186
  enable_queue = True
187
+ theme = "grass"
188
  allow_flagging = "never"
189
 
190
  demo = gr.Interface(