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,12 +84,12 @@ demo = gr.Interface(
|
|
84 |
font-weight: bold;
|
85 |
}
|
86 |
#military-input textarea, #military-output textarea {
|
87 |
-
background-color: #
|
88 |
-
color: #
|
89 |
-
border: 2px solid #
|
90 |
}
|
91 |
.gr-button {
|
92 |
-
background-color: #
|
93 |
color: #eeeeee !important;
|
94 |
border-radius: 12px;
|
95 |
font-size: 18px;
|
@@ -105,9 +105,9 @@ demo = gr.Interface(
|
|
105 |
}
|
106 |
|
107 |
.gr-textbox input[type="text"], .gr-textbox textarea {
|
108 |
-
background-color: #
|
109 |
color: #eeeeee !important; /* رنگ متن ورودیها */
|
110 |
-
border: 2px solid #
|
111 |
font-size: 16px;
|
112 |
}
|
113 |
.gr-textbox input[type="text"]:focus, .gr-textbox textarea:focus {
|
|
|
70 |
description="🔰 اطلاعات خام عملیات را وارد کن تا سامانه توانا یک گزارش رسمی، حرفهای و محرمانه تولید کند.",
|
71 |
css="""
|
72 |
body {
|
73 |
+
background-color: #d9dec5 !important; /* رنگ بکگراند جدید */
|
74 |
+
color: #1e293b !important; /* رنگ متن جدید */
|
75 |
font-family: 'Vazir', sans-serif;
|
76 |
direction: rtl;
|
77 |
}
|
78 |
.gradio-container {
|
79 |
+
background-color: #d9dec5 !important;
|
80 |
}
|
81 |
label {
|
82 |
font-size: 22px !important;
|
|
|
84 |
font-weight: bold;
|
85 |
}
|
86 |
#military-input textarea, #military-output textarea {
|
87 |
+
background-color: #d9dec5 !important;
|
88 |
+
color: #1e293b !important;
|
89 |
+
border: 2px solid #529b39 !important; /* رنگ جدید برای مرز */
|
90 |
}
|
91 |
.gr-button {
|
92 |
+
background-color: #529b39 !important; /* رنگ دکمه جدید */
|
93 |
color: #eeeeee !important;
|
94 |
border-radius: 12px;
|
95 |
font-size: 18px;
|
|
|
105 |
}
|
106 |
|
107 |
.gr-textbox input[type="text"], .gr-textbox textarea {
|
108 |
+
background-color: #1e293b !important; /* رنگ پسزمینه ورودیها */
|
109 |
color: #eeeeee !important; /* رنگ متن ورودیها */
|
110 |
+
border: 2px solid #529b39 !important; /* رنگ مرز ورودیها */
|
111 |
font-size: 16px;
|
112 |
}
|
113 |
.gr-textbox input[type="text"]:focus, .gr-textbox textarea:focus {
|