pgurazada1 commited on
Commit
beae6b6
1 Parent(s): e17b724

Update app.py

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