Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -650,6 +650,9 @@ css = """
|
|
| 650 |
.logout-link a:hover {
|
| 651 |
text-decoration: underline; /* Underline on hover */
|
| 652 |
}
|
|
|
|
|
|
|
|
|
|
| 653 |
"""
|
| 654 |
|
| 655 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
|
|
| 650 |
.logout-link a:hover {
|
| 651 |
text-decoration: underline; /* Underline on hover */
|
| 652 |
}
|
| 653 |
+
.message-buttons-right{
|
| 654 |
+
display: none !important;
|
| 655 |
+
}
|
| 656 |
"""
|
| 657 |
|
| 658 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|