Ifeanyi commited on
Commit
22e712b
·
verified ·
1 Parent(s): b595ff3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -8
app.py CHANGED
@@ -27,14 +27,7 @@ def arithmetic(num1, num2, operation):
27
 
28
  with gr.Blocks(
29
  title="R-Powered Calculator",
30
- theme=gr.themes.Soft().set(
31
- body_text_size="18px", # Increase base text size
32
- input_text_color="#ffffff", # Input text color
33
- input_background_fill="#2a2a2a", # Dark background for input
34
- button_primary_background="linear-gradient(135deg, #4568dc, #0f4c81)", # Gradient button
35
- button_primary_text_color="#ffffff", # Button text color
36
- output_text_color="#ffffff" # Output text color
37
- ),
38
  css="footer {display: none !important;}"
39
  ) as app:
40
  gr.HTML(
 
27
 
28
  with gr.Blocks(
29
  title="R-Powered Calculator",
30
+ theme=gr.themes.Glass(text_size='lg'),
 
 
 
 
 
 
 
31
  css="footer {display: none !important;}"
32
  ) as app:
33
  gr.HTML(