Commit
97a7c69
·
verified ·
1 Parent(s): 540a4b0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ with gr.Blocks(title="مساعد قاعدة بيانات الحديث الشري
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>
 
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; display: block;'>
80
  <div>📚 مساعد قاعدة بيانات الحديث الشريف</div>
81
  <span style='font-size:16px;'>استكشف الأحاديث النبوية وعلومها بسهولة</span>
82
  </div>