M17idd commited on
Commit
14cf4cd
·
verified ·
1 Parent(s): e499f58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -2
app.py CHANGED
@@ -89,7 +89,7 @@ demo = gr.Interface(
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;
@@ -97,9 +97,18 @@ demo = gr.Interface(
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 {
104
  display: none !important;
105
  }
 
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;
 
97
  transition: all 0.3s ease;
98
  }
99
  .gr-button:hover {
100
+ background-color: #45a12d !important; /* تغییر رنگ به هنگام hover */
101
  transform: scale(1.05);
102
  }
103
+ .gr-button:active {
104
+ background-color: #3b8e27 !important; /* رنگ جدید هنگام کلیک */
105
+ }
106
+ .gr-button[type="submit"] {
107
+ background-color: #529b39 !important; /* رنگ دکمه "تولید گزارش" */
108
+ }
109
+ .gr-button[type="reset"] {
110
+ background-color: #ff7043 !important; /* رنگ دکمه "پاک کردن" */
111
+ }
112
  .gradio-footer {
113
  display: none !important;
114
  }