Ifeanyi commited on
Commit
268ebd8
·
verified ·
1 Parent(s): 5bbf562

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -27,7 +27,7 @@ def arithmetic(num1, num2, operation):
27
 
28
  with gr.Blocks(
29
  title="R-Powered Calculator",
30
- theme=gr.themes.Monochrome(),
31
  css="footer {display: none !important;}"
32
  ) as app:
33
  gr.HTML(
 
27
 
28
  with gr.Blocks(
29
  title="R-Powered Calculator",
30
+ theme=gr.themes.Glass(),
31
  css="footer {display: none !important;}"
32
  ) as app:
33
  gr.HTML(