Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -80,7 +80,7 @@ with gr.Blocks(title="Roop Web UI") as demo:
|
|
| 80 |
# Custom Banner for AI Guruji
|
| 81 |
gr.HTML("""
|
| 82 |
<div style="background-color: #0b0f19; padding: 20px; text-align: center; border-radius: 10px; margin-bottom: 20px;">
|
| 83 |
-
<img src="https://
|
| 84 |
<h1 style="color: white; font-family: sans-serif; margin-top: 10px; font-size: 28px; font-weight: bold;">Al Guruji</h1>
|
| 85 |
<div style="margin-top: 15px; display: flex; justify-content: center; gap: 10px;">
|
| 86 |
<a href="https://www.youtube.com/@AI_Guruji_97" target="_blank" style="background-color: #ff0000; color: white; padding: 8px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; font-family: sans-serif;">YouTube</a>
|
|
|
|
| 80 |
# Custom Banner for AI Guruji
|
| 81 |
gr.HTML("""
|
| 82 |
<div style="background-color: #0b0f19; padding: 20px; text-align: center; border-radius: 10px; margin-bottom: 20px;">
|
| 83 |
+
<img src="https://i.ibb.co/k2cBZj6q/logo-1.png" alt="AI Guruji Logo" style="width: 120px; height: 120px; border-radius: 50%; display: block; margin: 0 auto;">
|
| 84 |
<h1 style="color: white; font-family: sans-serif; margin-top: 10px; font-size: 28px; font-weight: bold;">Al Guruji</h1>
|
| 85 |
<div style="margin-top: 15px; display: flex; justify-content: center; gap: 10px;">
|
| 86 |
<a href="https://www.youtube.com/@AI_Guruji_97" target="_blank" style="background-color: #ff0000; color: white; padding: 8px 20px; border-radius: 20px; text-decoration: none; font-weight: bold; font-family: sans-serif;">YouTube</a>
|