Update app.py
Browse files
app.py
CHANGED
@@ -71,18 +71,18 @@ demo = gr.Interface(
|
|
71 |
css="""
|
72 |
body {
|
73 |
background-color: #cad6c6 !important; /* سبز ارتشی تیره */
|
74 |
-
color: #
|
75 |
font-family: 'Vazir', sans-serif;
|
76 |
direction: rtl;
|
77 |
}
|
78 |
|
79 |
.gradio-container {
|
80 |
-
background-color: #
|
81 |
}
|
82 |
|
83 |
label {
|
84 |
font-size: 20px !important;
|
85 |
-
color: #
|
86 |
font-weight: bold;
|
87 |
}
|
88 |
|
|
|
71 |
css="""
|
72 |
body {
|
73 |
background-color: #cad6c6 !important; /* سبز ارتشی تیره */
|
74 |
+
color: #d7ccda !important;
|
75 |
font-family: 'Vazir', sans-serif;
|
76 |
direction: rtl;
|
77 |
}
|
78 |
|
79 |
.gradio-container {
|
80 |
+
background-color: #cad6c6 !important;
|
81 |
}
|
82 |
|
83 |
label {
|
84 |
font-size: 20px !important;
|
85 |
+
color: #cad6c6 !important; /* رنگ طلایی برای دکمهها و متون */
|
86 |
font-weight: bold;
|
87 |
}
|
88 |
|