Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -28,7 +28,7 @@ def arithmetic(num1, num2, operation):
|
|
28 |
|
29 |
with gr.Blocks(
|
30 |
title="R-Powered Calculator",
|
31 |
-
theme="
|
32 |
css = "footer {display: none !important;}"
|
33 |
) as app:
|
34 |
gr.HTML(
|
|
|
28 |
|
29 |
with gr.Blocks(
|
30 |
title="R-Powered Calculator",
|
31 |
+
theme="gstaff/sketch",
|
32 |
css = "footer {display: none !important;}"
|
33 |
) as app:
|
34 |
gr.HTML(
|