Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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.
|
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(
|