M17idd commited on
Commit
607957a
·
verified ·
1 Parent(s): 0036d09

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -14
app.py CHANGED
@@ -70,13 +70,13 @@ demo = gr.Interface(
70
  description="🔰 اطلاعات خام عملیات را وارد کن تا سامانه توانا یک گزارش رسمی، حرفه‌ای و محرمانه تولید کند.",
71
  css="""
72
  body {
73
- background-color: #212121 !important; /* خاکستری تیره */
74
  color: #E0E0E0 !important;
75
  font-family: 'Vazir', sans-serif;
76
  direction: rtl;
77
  }
78
  .gradio-container {
79
- background-color: #212121 !important;
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: #2E2E2E !important; /* خاکستری تیره */
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="🗑️ پاک کردن"