Update app.py
Browse files
app.py
CHANGED
@@ -89,7 +89,7 @@ demo = gr.Interface(
|
|
89 |
border: 2px solid #FFD700 !important; /* رنگ مرز طلایی */
|
90 |
}
|
91 |
.gr-button {
|
92 |
-
background-color: #
|
93 |
color: #FFFFFF !important;
|
94 |
border-radius: 12px;
|
95 |
font-size: 18px;
|
@@ -101,7 +101,7 @@ demo = gr.Interface(
|
|
101 |
transform: scale(1.05);
|
102 |
}
|
103 |
.gradio-footer {
|
104 |
-
background-color: #
|
105 |
color: #FFFFFF !important;
|
106 |
padding: 10px;
|
107 |
text-align: center;
|
@@ -120,15 +120,6 @@ demo = gr.Interface(
|
|
120 |
}
|
121 |
|
122 |
|
123 |
-
/* چپچین کردن اسلایدرها */
|
124 |
-
#slider-1, #slider-2, #slider-3 {
|
125 |
-
text-align: left !important;
|
126 |
-
}
|
127 |
-
|
128 |
-
.gr-slider {
|
129 |
-
direction: ltr !important;
|
130 |
-
}
|
131 |
-
|
132 |
""",
|
133 |
submit_btn="🎯 تولید گزارش",
|
134 |
clear_btn="🗑️ پاک کردن"
|
|
|
89 |
border: 2px solid #FFD700 !important; /* رنگ مرز طلایی */
|
90 |
}
|
91 |
.gr-button {
|
92 |
+
background-color: #32a5ff !important; /* نارنجی ملایم */
|
93 |
color: #FFFFFF !important;
|
94 |
border-radius: 12px;
|
95 |
font-size: 18px;
|
|
|
101 |
transform: scale(1.05);
|
102 |
}
|
103 |
.gradio-footer {
|
104 |
+
background-color: #545454 !important;
|
105 |
color: #FFFFFF !important;
|
106 |
padding: 10px;
|
107 |
text-align: center;
|
|
|
120 |
}
|
121 |
|
122 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
123 |
""",
|
124 |
submit_btn="🎯 تولید گزارش",
|
125 |
clear_btn="🗑️ پاک کردن"
|