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: #
|
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 |
}
|
|
|
70 |
description="🔰 اطلاعات خام عملیات را وارد کن تا سامانه توانا یک گزارش رسمی، حرفهای و محرمانه تولید کند.",
|
71 |
css="""
|
72 |
body {
|
73 |
+
background-color: #fff7f0 !important; /* خاکستری تیره */
|
74 |
+
color: #fff7f0 !important;
|
75 |
font-family: 'Vazir', sans-serif;
|
76 |
direction: rtl;
|
77 |
}
|
78 |
.gradio-container {
|
79 |
+
background-color: #fff7f0 !important;
|
80 |
}
|
81 |
label {
|
82 |
font-size: 22px !important;
|
|
|
84 |
font-weight: bold;
|
85 |
}
|
86 |
#military-input textarea, #military-output textarea {
|
87 |
+
background-color: #fff7f0 !important;
|
88 |
color: #FFFFFF !important;
|
89 |
border: 2px solid #FFD700 !important;
|
90 |
}
|