marcelhuber commited on
Commit
c43e4e0
·
1 Parent(s): 4f9cdf7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -29,6 +29,7 @@ iface = gr.Interface(
29
  outputs=[gr.outputs.Textbox(label="Days Needed"), gr.outputs.Textbox(label="Coins Needed")],
30
  title="Pokemon GO Calculator",
31
  description="Calculate the number of days needed to max out your Pokemon GO account - Here We Go!",
 
32
  )
33
 
34
  # Run the interface
 
29
  outputs=[gr.outputs.Textbox(label="Days Needed"), gr.outputs.Textbox(label="Coins Needed")],
30
  title="Pokemon GO Calculator",
31
  description="Calculate the number of days needed to max out your Pokemon GO account - Here We Go!",
32
+ theme='xiaobaiyuan/theme_brief',
33
  )
34
 
35
  # Run the interface