Update app.py
Browse files
app.py
CHANGED
@@ -111,13 +111,13 @@ demo = gr.Interface(
|
|
111 |
color: #FFFFFF !important; /* تغییر رنگ عنوان به سفید */
|
112 |
font-size: 28px;
|
113 |
font-weight: bold;
|
114 |
-
text-align:
|
115 |
letter-spacing: 2px;
|
116 |
}
|
117 |
.gradio-description {
|
118 |
color: #FFFFFF !important; /* تغییر رنگ توضیحات به سفید */
|
119 |
font-size: 20px;
|
120 |
-
text-align:
|
121 |
margin-bottom: 20px;
|
122 |
}
|
123 |
.gr-textbox input[type="text"], .gr-textbox textarea {
|
@@ -148,6 +148,7 @@ demo = gr.Interface(
|
|
148 |
submit_btn="🎯 تولید گزارش",
|
149 |
clear_btn="🗑️ پاک کردن"
|
150 |
)
|
|
|
151 |
demo.launch()
|
152 |
|
153 |
if __name__ == "__main__":
|
|
|
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 {
|
|
|
148 |
submit_btn="🎯 تولید گزارش",
|
149 |
clear_btn="🗑️ پاک کردن"
|
150 |
)
|
151 |
+
|
152 |
demo.launch()
|
153 |
|
154 |
if __name__ == "__main__":
|