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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -5
app.py CHANGED
@@ -80,16 +80,16 @@ demo = gr.Interface(
80
  }
81
  label {
82
  font-size: 22px !important;
83
- color: #FFD700 !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
  }
91
  .gr-button {
92
- background-color: #32a5ff !important; /* نارنجی ملایم */
93
  color: #FFFFFF !important;
94
  border-radius: 12px;
95
  font-size: 18px;
@@ -97,7 +97,7 @@ demo = gr.Interface(
97
  transition: all 0.3s ease;
98
  }
99
  .gr-button:hover {
100
- background-color: #FF9800 !important; /* نارنجی روشن‌تر برای Hover */
101
  transform: scale(1.05);
102
  }
103
  .gradio-footer {
 
80
  }
81
  label {
82
  font-size: 22px !important;
83
+ color: #FFD700 !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
  }
91
  .gr-button {
92
+ background-color: #32a5ff !important;
93
  color: #FFFFFF !important;
94
  border-radius: 12px;
95
  font-size: 18px;
 
97
  transition: all 0.3s ease;
98
  }
99
  .gr-button:hover {
100
+ background-color: #FF9800 !important;
101
  transform: scale(1.05);
102
  }
103
  .gradio-footer {