Update app.py
Browse files
app.py
CHANGED
@@ -181,7 +181,7 @@ with gr.Blocks(theme=gr.themes.Soft()) as iface:
|
|
181 |
gr.HTML("""
|
182 |
<div style="display: flex; justify-content: center; align-items: center; margin: 20px 0; padding: 20px; gap: 20px;">
|
183 |
<div style="background-color: #f0f0f0; border-radius: 50%; padding: 10px; width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);">
|
184 |
-
<img src="
|
185 |
</div>
|
186 |
<div style="display: flex; flex-direction: column;">
|
187 |
<h1 style="margin: 0; font-size: 2.5em; color: #2d2d2d;">Mawared HR</h1>
|
|
|
181 |
gr.HTML("""
|
182 |
<div style="display: flex; justify-content: center; align-items: center; margin: 20px 0; padding: 20px; gap: 20px;">
|
183 |
<div style="background-color: #f0f0f0; border-radius: 50%; padding: 10px; width: 100px; height: 100px; display: flex; justify-content: center; align-items: center; box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);">
|
184 |
+
<img src="Image.jpg" alt="Mawared Logo" style="width: 80px; height: 80px; border-radius: 50%; object-fit: cover;">
|
185 |
</div>
|
186 |
<div style="display: flex; flex-direction: column;">
|
187 |
<h1 style="margin: 0; font-size: 2.5em; color: #2d2d2d;">Mawared HR</h1>
|