Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -73,17 +73,36 @@ LOGO_PATH = "image.png"
|
|
73 |
|
74 |
with gr.Blocks(title="مساعد قاعدة بيانات الحديث الشريف") as demo:
|
75 |
with gr.Row():
|
76 |
-
|
77 |
-
|
78 |
-
|
79 |
-
|
80 |
-
|
81 |
-
|
82 |
-
|
83 |
-
|
84 |
-
|
85 |
-
|
86 |
-
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
87 |
with gr.Row():
|
88 |
with gr.Column(scale=3):
|
89 |
gr.Markdown("""
|
|
|
73 |
|
74 |
with gr.Blocks(title="مساعد قاعدة بيانات الحديث الشريف") as demo:
|
75 |
with gr.Row():
|
76 |
+
gr.HTML(
|
77 |
+
f"""
|
78 |
+
<div style='
|
79 |
+
background-color:#4A90E2;
|
80 |
+
color:white;
|
81 |
+
padding:20px;
|
82 |
+
border-radius:10px;
|
83 |
+
text-align:center;
|
84 |
+
font-size:22px;
|
85 |
+
font-weight:bold;
|
86 |
+
display: flex;
|
87 |
+
align-items: center;
|
88 |
+
justify-content: center;
|
89 |
+
gap: 15px;
|
90 |
+
'>
|
91 |
+
<img src='{LOGO_PATH}' alt='Logo' style='
|
92 |
+
height:70px;
|
93 |
+
width:auto;
|
94 |
+
margin: 0;
|
95 |
+
display: inline-block;
|
96 |
+
'>
|
97 |
+
<div>
|
98 |
+
مساعد قاعدة بيانات الحديث الشريف
|
99 |
+
<div style='font-size:16px; font-weight:normal; margin-top:5px;'>
|
100 |
+
استكشف الأحاديث النبوية وعلومها بسهولة
|
101 |
+
</div>
|
102 |
+
</div>
|
103 |
+
</div>
|
104 |
+
"""
|
105 |
+
)
|
106 |
with gr.Row():
|
107 |
with gr.Column(scale=3):
|
108 |
gr.Markdown("""
|