Commit
b298f23
·
verified ·
1 Parent(s): 5120471

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
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:20px; font-weight:bold; display: flex; align-items: center; justify-content: center;'>
79
- <img src='{LOGO_PATH}' alt='Logo' style='height:50px; margin-right:15px;'>
80
- مساعد قاعدة بيانات الحديث الشريف<br>
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
  """