M17idd commited on
Commit
abcff12
·
verified ·
1 Parent(s): 23aa84a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -71,18 +71,18 @@ demo = gr.Interface(
71
  css="""
72
  body {
73
  background-color: #cad6c6 !important; /* سبز ارتشی تیره */
74
- color: #FFFFFF !important;
75
  font-family: 'Vazir', sans-serif;
76
  direction: rtl;
77
  }
78
 
79
  .gradio-container {
80
- background-color: #2E3B2B !important;
81
  }
82
 
83
  label {
84
  font-size: 20px !important;
85
- color: #FFD700 !important; /* رنگ طلایی برای دکمه‌ها و متون */
86
  font-weight: bold;
87
  }
88
 
 
71
  css="""
72
  body {
73
  background-color: #cad6c6 !important; /* سبز ارتشی تیره */
74
+ color: #d7ccda !important;
75
  font-family: 'Vazir', sans-serif;
76
  direction: rtl;
77
  }
78
 
79
  .gradio-container {
80
+ background-color: #cad6c6 !important;
81
  }
82
 
83
  label {
84
  font-size: 20px !important;
85
+ color: #cad6c6 !important; /* رنگ طلایی برای دکمه‌ها و متون */
86
  font-weight: bold;
87
  }
88