pgurazada1 commited on
Commit
2ea15f8
1 Parent(s): d92b39e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -74,6 +74,7 @@ demo = gr.Interface(
74
  ["What is the most common marital status of our customers?"]
75
  ],
76
  cache_examples=False,
 
77
  concurrency_limit=8
78
  )
79
 
 
74
  ["What is the most common marital status of our customers?"]
75
  ],
76
  cache_examples=False,
77
+ theme=gr.themes.Base(),
78
  concurrency_limit=8
79
  )
80