Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -105,7 +105,7 @@ body {background: #0f0f0f; color: #eee;}
|
|
| 105 |
.input-panel {background: #1a1a1a; border-radius: 16px; padding: 1.8rem; border: 1px solid #333;}
|
| 106 |
"""
|
| 107 |
|
| 108 |
-
with gr.Blocks(
|
| 109 |
gr.HTML(f"""
|
| 110 |
<style>{custom_css}</style>
|
| 111 |
<div class="header">
|
|
|
|
| 105 |
.input-panel {background: #1a1a1a; border-radius: 16px; padding: 1.8rem; border: 1px solid #333;}
|
| 106 |
"""
|
| 107 |
|
| 108 |
+
with gr.Blocks() as app:
|
| 109 |
gr.HTML(f"""
|
| 110 |
<style>{custom_css}</style>
|
| 111 |
<div class="header">
|