Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,9 +75,9 @@ with gr.Blocks(title="مساعد قاعدة بيانات الحديث الشري
|
|
75 |
with gr.Row():
|
76 |
gr.HTML(
|
77 |
f"""
|
78 |
-
<div style='background-color:#4A90E2; color:white; padding:20px; border-radius:10px; text-align:center; font-size:
|
79 |
-
<img src='{LOGO_PATH}' alt='Logo' style='height:
|
80 |
-
مساعد قاعدة بيانات الحديث
|
81 |
<span style='font-size:16px;'>استكشف الأحاديث النبوية وعلومها بسهولة</span>
|
82 |
</div>
|
83 |
"""
|
|
|
75 |
with gr.Row():
|
76 |
gr.HTML(
|
77 |
f"""
|
78 |
+
<div style='background-color:#4A90E2; color:white; padding:20px; border-radius:10px; text-align:center; font-size:22px; font-weight:bold; display: flex; flex-direction: column; align-items: center; justify-content: center;'>
|
79 |
+
<img src='{LOGO_PATH}' alt='Logo' style='height:70px; margin-bottom:10px;'>
|
80 |
+
<div>📚 مساعد قاعدة بيانات الحديث الشريف</div>
|
81 |
<span style='font-size:16px;'>استكشف الأحاديث النبوية وعلومها بسهولة</span>
|
82 |
</div>
|
83 |
"""
|