methodya commited on
Commit
717466f
·
verified ·
1 Parent(s): 2386871

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +11 -1
app.py CHANGED
@@ -176,6 +176,14 @@ interface = gr.Interface(
176
  border: none !important;
177
  padding: 4px 8px !important;
178
  }
 
 
 
 
 
 
 
 
179
  """,
180
  inputs=[
181
  gr.Textbox(lines=8, label="النص"), # النص الأصلي
@@ -185,7 +193,9 @@ interface = gr.Interface(
185
  ],
186
  outputs=gr.Textbox(label="الملخص"), # النص الملخص
187
  title="ملخص النصوص الفلسفية",
188
- description="نموذج لتلخيص النصوص الفلسفية باللغة العربية مع إعدادات متقدمة"
 
 
189
  )
190
 
191
  # تشغيل التطبيق
 
176
  border: none !important;
177
  padding: 4px 8px !important;
178
  }
179
+
180
+ /* تصحيح خلفية البلوكات */
181
+ .block.svelte-11xb1hd.padded, .block.svelte-11xb1hd {
182
+ background: #ffffff !important;
183
+ }
184
+ .wrap.svelte-1rjydqp {
185
+ background: #ffffff !important;
186
+ }
187
  """,
188
  inputs=[
189
  gr.Textbox(lines=8, label="النص"), # النص الأصلي
 
193
  ],
194
  outputs=gr.Textbox(label="الملخص"), # النص الملخص
195
  title="ملخص النصوص الفلسفية",
196
+ description="نموذج لتلخيص النصوص الفلسفية باللغة العربية مع إعدادات متقدمة",
197
+ submit_btn="تلخيص", # تغيير زر Submit
198
+ clear_btn="مسح" # تغيير زر Clear
199
  )
200
 
201
  # تشغيل التطبيق