Update app.py
Browse files
app.py
CHANGED
@@ -107,19 +107,7 @@ demo = gr.Interface(
|
|
107 |
text-align: center;
|
108 |
}
|
109 |
|
110 |
-
|
111 |
-
color: #FFFFFF !important; /* تغییر رنگ عنوان به سفید */
|
112 |
-
font-size: 28px;
|
113 |
-
font-weight: bold;
|
114 |
-
text-align: left !important; /* چپچین شدن عنوان */
|
115 |
-
letter-spacing: 2px;
|
116 |
-
}
|
117 |
-
.gradio-description {
|
118 |
-
color: #FFFFFF !important; /* تغییر رنگ توضیحات به سفید */
|
119 |
-
font-size: 20px;
|
120 |
-
text-align: left !important; /* چپچین شدن توضیحات */
|
121 |
-
margin-bottom: 20px;
|
122 |
-
}
|
123 |
.gr-textbox input[type="text"], .gr-textbox textarea {
|
124 |
background-color: #2C2C2C !important;
|
125 |
color: #FFFFFF !important;
|
|
|
107 |
text-align: center;
|
108 |
}
|
109 |
|
110 |
+
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
111 |
.gr-textbox input[type="text"], .gr-textbox textarea {
|
112 |
background-color: #2C2C2C !important;
|
113 |
color: #FFFFFF !important;
|