Spaces:
Paused
Paused
Update app.py
Browse files
app.py
CHANGED
|
@@ -55,13 +55,13 @@ with gr.Blocks(
|
|
| 55 |
}
|
| 56 |
|
| 57 |
.prompt-popup {
|
| 58 |
-
background: #
|
| 59 |
color:white;
|
| 60 |
}
|
| 61 |
</style>
|
| 62 |
<div style="text-align:center;">
|
| 63 |
<button onclick=infoAlert()
|
| 64 |
-
style="padding: 10px; background-color: #
|
| 65 |
Info
|
| 66 |
</button>
|
| 67 |
<script>
|
|
|
|
| 55 |
}
|
| 56 |
|
| 57 |
.prompt-popup {
|
| 58 |
+
background: #646566;
|
| 59 |
color:white;
|
| 60 |
}
|
| 61 |
</style>
|
| 62 |
<div style="text-align:center;">
|
| 63 |
<button onclick=infoAlert()
|
| 64 |
+
style="padding: 10px; background-color: #646566; color: white; border: none; border-radius: 5px; cursor: pointer;">
|
| 65 |
Info
|
| 66 |
</button>
|
| 67 |
<script>
|