Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -29,7 +29,6 @@ with gr.Blocks(
|
|
29 |
title="R-Powered Calculator",
|
30 |
theme=gr.themes.Soft().set(
|
31 |
body_text_size="18px", # Increase base text size
|
32 |
-
text_size="18px", # Alternative way to ensure text size
|
33 |
input_text_color="#ffffff", # Input text color
|
34 |
input_background_fill="#2a2a2a", # Dark background for input
|
35 |
button_primary_background="linear-gradient(135deg, #4568dc, #0f4c81)", # Gradient button
|
|
|
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
|