Update app.py
Browse files
app.py
CHANGED
|
@@ -55,9 +55,9 @@ with gr.Blocks(css=".banner { margin-bottom: 20px; }") as demo:
|
|
| 55 |
with gr.Row():
|
| 56 |
gr.HTML(f"""
|
| 57 |
<div style="background-color: #fff3cd; color: #856404; padding: 20px; border-radius: 8px; border: 1px solid #ffeeba; width: 100%; text-align: center; font-family: sans-serif;">
|
| 58 |
-
<span style="font-size: 1.2em;">⚠️ <strong>Demo Status: GPU Backend Paused</strong></span><br>
|
| 59 |
<p style="margin-top: 10px;">The AMD MI300X instance for this live demo has been paused following the conclusion of the hackathon credit period.</p>
|
| 60 |
-
<a href="{
|
| 61 |
</div>
|
| 62 |
""")
|
| 63 |
|
|
|
|
| 55 |
with gr.Row():
|
| 56 |
gr.HTML(f"""
|
| 57 |
<div style="background-color: #fff3cd; color: #856404; padding: 20px; border-radius: 8px; border: 1px solid #ffeeba; width: 100%; text-align: center; font-family: sans-serif;">
|
| 58 |
+
<span style="font-size: 1.2em;">⚠️ <strong style="color: black;">Demo Status: GPU Backend Paused</strong></span><br>
|
| 59 |
<p style="margin-top: 10px;">The AMD MI300X instance for this live demo has been paused following the conclusion of the hackathon credit period.</p>
|
| 60 |
+
<a href="{https://lablab.ai/ai-hackathons/amd-developer/amd-ghost-coder-cuda-to-rocm-ai-migration/ghost-coder-autonomous-cuda-to-hip-agent}" target="_blank" style="display: inline-block; background-color: #856404; color: white; padding: 10px 20px; text-decoration: none; border-radius: 5px; font-weight: bold; margin-top: 5px;">View Full Video Demo & Technical Pitch</a>
|
| 61 |
</div>
|
| 62 |
""")
|
| 63 |
|