Spaces:
Sleeping
Sleeping
MohammedNasser
commited on
Commit
•
d221ef9
1
Parent(s):
dea5665
Update app.py
Browse files
app.py
CHANGED
@@ -272,15 +272,15 @@ with gr.Blocks(css=custom_css) as demo:
|
|
272 |
gr.Image(image_path, show_fullscreen_button=False, show_download_button=False,
|
273 |
show_share_button=False, show_label=False, label='', container=True, height=50, width=50)
|
274 |
with gr.Row():
|
275 |
-
gr.Markdown("<
|
276 |
|
277 |
with gr.Row():
|
278 |
gr.Markdown("""
|
279 |
#### تعليمات لتحميل ملف PDF
|
280 |
-
<ul style="list-style-type: disc; color:
|
281 |
-
<li
|
282 |
-
<li
|
283 |
-
<li
|
284 |
</ul>""", rtl=True)
|
285 |
pdf_input = gr.File(label="اختر ملف PDF")
|
286 |
with gr.Row():
|
|
|
272 |
gr.Image(image_path, show_fullscreen_button=False, show_download_button=False,
|
273 |
show_share_button=False, show_label=False, label='', container=True, height=50, width=50)
|
274 |
with gr.Row():
|
275 |
+
gr.Markdown("<h1 style='text-align: center; color: #00000;'>المساعد العربي ar-pdf-chat للدردشة 💬</h1>", rtl=True)
|
276 |
|
277 |
with gr.Row():
|
278 |
gr.Markdown("""
|
279 |
#### تعليمات لتحميل ملف PDF
|
280 |
+
<ul style="list-style-type: disc; color: green;">
|
281 |
+
<li style="font-weight: bold;">تأكد من اختيار ملف PDF.</li>
|
282 |
+
<li style="font-weight: bold;">حجم الملف يجب أن يكون أقل من 10 ميجابايت.</li>
|
283 |
+
<li style="font-weight: bold;">يجب أن يكون المحتوى باللغة العربية.</li>
|
284 |
</ul>""", rtl=True)
|
285 |
pdf_input = gr.File(label="اختر ملف PDF")
|
286 |
with gr.Row():
|