Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -820,6 +820,7 @@ css = """
|
|
| 820 |
font-size: 12px;
|
| 821 |
cursor: pointer;
|
| 822 |
user-select: text;
|
|
|
|
| 823 |
}
|
| 824 |
|
| 825 |
.gr-button:hover {
|
|
|
|
| 820 |
font-size: 12px;
|
| 821 |
cursor: pointer;
|
| 822 |
user-select: text;
|
| 823 |
+
cursor: text;
|
| 824 |
}
|
| 825 |
|
| 826 |
.gr-button:hover {
|