M17idd commited on
Commit
a3417aa
·
verified ·
1 Parent(s): 18c4b11

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -70,13 +70,13 @@ demo = gr.Interface(
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,7 +84,7 @@ demo = gr.Interface(
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
  }
 
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
  }