Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -31,7 +31,7 @@ custom_css = """
|
|
| 31 |
with gr.Blocks(title="Rapid Layout", css="custom_css", theme=gr.themes.Soft()) as demo:
|
| 32 |
gr.HTML(
|
| 33 |
"""
|
| 34 |
-
<h1 style='text-align: center;font-size:40px'>Rapid Layout v1</h1>
|
| 35 |
|
| 36 |
<div style="display: flex; justify-content: center; gap: 10px;">
|
| 37 |
<a><img src="https://img.shields.io/badge/DeployVersion-v1.0.0-brightgree"></a>
|
|
|
|
| 31 |
with gr.Blocks(title="Rapid Layout", css="custom_css", theme=gr.themes.Soft()) as demo:
|
| 32 |
gr.HTML(
|
| 33 |
"""
|
| 34 |
+
<h1 style='text-align: center;font-size:40px'><a href="https://github.com/RapidAI/RapidLayout">Rapid Layout v1</a></h1>
|
| 35 |
|
| 36 |
<div style="display: flex; justify-content: center; gap: 10px;">
|
| 37 |
<a><img src="https://img.shields.io/badge/DeployVersion-v1.0.0-brightgree"></a>
|