Update app.py
Browse files
app.py
CHANGED
@@ -67,7 +67,7 @@ demo = gr.Interface(
|
|
67 |
gr.Textbox(label="📄 گزارش رسمی تولید شده", lines=10, elem_id="military-output")
|
68 |
],
|
69 |
title="🛰️ سامانه گزارشساز رزم یار»",
|
70 |
-
description="🔰 اطلاعات
|
71 |
css="""
|
72 |
body {
|
73 |
background-color: #d9dec5 !important;
|
@@ -118,7 +118,10 @@ demo = gr.Interface(
|
|
118 |
color: #eeeeee !important;
|
119 |
border: 2px solid #529b39 !important;
|
120 |
font-size: 16px;
|
|
|
|
|
121 |
}
|
|
|
122 |
.gr-textbox input[type="text"]:focus, .gr-textbox textarea:focus {
|
123 |
border-color: #FF6F00 !important;
|
124 |
outline: none;
|
|
|
67 |
gr.Textbox(label="📄 گزارش رسمی تولید شده", lines=10, elem_id="military-output")
|
68 |
],
|
69 |
title="🛰️ سامانه گزارشساز رزم یار»",
|
70 |
+
description="🔰 اطلاعات عملیات را وارد کنید تا سامانه یک گزارش رسمی تولید کند.",
|
71 |
css="""
|
72 |
body {
|
73 |
background-color: #d9dec5 !important;
|
|
|
118 |
color: #eeeeee !important;
|
119 |
border: 2px solid #529b39 !important;
|
120 |
font-size: 16px;
|
121 |
+
direction: rtl; /* افزودن جهت راست به چپ */
|
122 |
+
text-align: right; /* تنظیم ترازبندی متن به راست */
|
123 |
}
|
124 |
+
|
125 |
.gr-textbox input[type="text"]:focus, .gr-textbox textarea:focus {
|
126 |
border-color: #FF6F00 !important;
|
127 |
outline: none;
|