M17idd commited on
Commit
e499f58
·
verified ·
1 Parent(s): 56f8283

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +9 -9
app.py CHANGED
@@ -70,13 +70,13 @@ demo = gr.Interface(
70
  description="🔰 اطلاعات خام عملیات را وارد کن تا سامانه توانا یک گزارش رسمی، حرفه‌ای و محرمانه تولید کند.",
71
  css="""
72
  body {
73
- background-color: #00b2a9 !important; /* رنگ بک‌گراند جدید */
74
- color: #292a59 !important; /* رنگ متن جدید */
75
  font-family: 'Vazir', sans-serif;
76
  direction: rtl;
77
  }
78
  .gradio-container {
79
- background-color: #00b2a9 !important;
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: #00b2a9 !important;
88
- color: #292a59 !important;
89
- border: 2px solid #e4883c !important; /* رنگ جدید برای مرز */
90
  }
91
  .gr-button {
92
- background-color: #e4883c !important; /* رنگ دکمه جدید */
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: #292a59 !important; /* رنگ پس‌زمینه ورودی‌ها */
109
  color: #eeeeee !important; /* رنگ متن ورودی‌ها */
110
- border: 2px solid #e4883c !important; /* رنگ مرز ورودی‌ها */
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 {