pgurazada1 commited on
Commit
9f97345
·
verified ·
1 Parent(s): 37236a3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -53,6 +53,7 @@ demo = gr.Interface(
53
  article=schema,
54
  examples=[["Who are the top 5 merchants by total transactions?", ""]],
55
  cache_examples=False,
 
56
  concurrency_limit=8
57
  )
58
 
 
53
  article=schema,
54
  examples=[["Who are the top 5 merchants by total transactions?", ""]],
55
  cache_examples=False,
56
+ theme=gr.themes.Base(),
57
  concurrency_limit=8
58
  )
59