Update app.py
Browse files
app.py
CHANGED
@@ -70,13 +70,13 @@ demo = gr.Interface(
|
|
70 |
description="🔰 اطلاعات خام عملیات را وارد کن تا سامانه توانا یک گزارش رسمی، حرفهای و محرمانه تولید کند.",
|
71 |
css="""
|
72 |
body {
|
73 |
-
background-color: #
|
74 |
color: #E0E0E0 !important;
|
75 |
font-family: 'Vazir', sans-serif;
|
76 |
direction: rtl;
|
77 |
}
|
78 |
.gradio-container {
|
79 |
-
background-color: #
|
80 |
}
|
81 |
label {
|
82 |
font-size: 22px !important;
|
@@ -84,7 +84,7 @@ demo = gr.Interface(
|
|
84 |
font-weight: bold;
|
85 |
}
|
86 |
#military-input textarea, #military-output textarea {
|
87 |
-
background-color: #
|
88 |
color: #FFFFFF !important;
|
89 |
border: 2px solid #FFD700 !important; /* رنگ مرز طلایی */
|
90 |
}
|
@@ -119,10 +119,6 @@ demo = gr.Interface(
|
|
119 |
outline: none;
|
120 |
}
|
121 |
|
122 |
-
/* راستچین کردن المانها */
|
123 |
-
.gradio-container {
|
124 |
-
text-align: right !important;
|
125 |
-
}
|
126 |
|
127 |
/* چپچین کردن اسلایدرها */
|
128 |
#slider-1, #slider-2, #slider-3 {
|
@@ -133,13 +129,6 @@ demo = gr.Interface(
|
|
133 |
direction: ltr !important;
|
134 |
}
|
135 |
|
136 |
-
/* چپچین کردن عنوان و توضیحات */
|
137 |
-
.gradio-title {
|
138 |
-
text-align: left !important;
|
139 |
-
}
|
140 |
-
.gradio-description {
|
141 |
-
text-align: left !important;
|
142 |
-
}
|
143 |
""",
|
144 |
submit_btn="🎯 تولید گزارش",
|
145 |
clear_btn="🗑️ پاک کردن"
|
|
|
70 |
description="🔰 اطلاعات خام عملیات را وارد کن تا سامانه توانا یک گزارش رسمی، حرفهای و محرمانه تولید کند.",
|
71 |
css="""
|
72 |
body {
|
73 |
+
background-color: #5d5d5d !important; /* خاکستری تیره */
|
74 |
color: #E0E0E0 !important;
|
75 |
font-family: 'Vazir', sans-serif;
|
76 |
direction: rtl;
|
77 |
}
|
78 |
.gradio-container {
|
79 |
+
background-color: #5d5d5d !important;
|
80 |
}
|
81 |
label {
|
82 |
font-size: 22px !important;
|
|
|
84 |
font-weight: bold;
|
85 |
}
|
86 |
#military-input textarea, #military-output textarea {
|
87 |
+
background-color: #5d5d5d !important; /* خاکستری تیره */
|
88 |
color: #FFFFFF !important;
|
89 |
border: 2px solid #FFD700 !important; /* رنگ مرز طلایی */
|
90 |
}
|
|
|
119 |
outline: none;
|
120 |
}
|
121 |
|
|
|
|
|
|
|
|
|
122 |
|
123 |
/* چپچین کردن اسلایدرها */
|
124 |
#slider-1, #slider-2, #slider-3 {
|
|
|
129 |
direction: ltr !important;
|
130 |
}
|
131 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
132 |
""",
|
133 |
submit_btn="🎯 تولید گزارش",
|
134 |
clear_btn="🗑️ پاک کردن"
|