Update app.py
Browse files
app.py
CHANGED
|
@@ -43,11 +43,11 @@ def run(file):
|
|
| 43 |
|
| 44 |
with gr.Blocks(css="""
|
| 45 |
.custom-container {
|
| 46 |
-
background-color: #
|
| 47 |
padding: 20px;
|
| 48 |
border: 2px solid #ccc;
|
| 49 |
border-radius: 10px;
|
| 50 |
-
max-width:
|
| 51 |
margin: auto;
|
| 52 |
font-family: Arial, sans-serif;
|
| 53 |
}
|
|
@@ -112,8 +112,8 @@ with gr.Blocks(css="""
|
|
| 112 |
visible=True,
|
| 113 |
value="""<div class="custom-container">
|
| 114 |
<p>This is an important message with a helpful resource:</p>
|
| 115 |
-
<a href='https://rapidapi.com/akashdev2016/api/floor-plan-digitalization' target='_blank'
|
| 116 |
-
|
| 117 |
</a>
|
| 118 |
</div>"""
|
| 119 |
)
|
|
|
|
| 43 |
|
| 44 |
with gr.Blocks(css="""
|
| 45 |
.custom-container {
|
| 46 |
+
background-color: #1f993f;
|
| 47 |
padding: 20px;
|
| 48 |
border: 2px solid #ccc;
|
| 49 |
border-radius: 10px;
|
| 50 |
+
max-width: 100%;
|
| 51 |
margin: auto;
|
| 52 |
font-family: Arial, sans-serif;
|
| 53 |
}
|
|
|
|
| 112 |
visible=True,
|
| 113 |
value="""<div class="custom-container">
|
| 114 |
<p>This is an important message with a helpful resource:</p>
|
| 115 |
+
<a href='https://rapidapi.com/akashdev2016/api/floor-plan-digitalization' target='_blank'>
|
| 116 |
+
Use an free API π
|
| 117 |
</a>
|
| 118 |
</div>"""
|
| 119 |
)
|