Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -653,6 +653,10 @@ css = """
|
|
653 |
.message-buttons-right{
|
654 |
display: none !important;
|
655 |
}
|
|
|
|
|
|
|
|
|
656 |
"""
|
657 |
|
658 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|
|
|
653 |
.message-buttons-right{
|
654 |
display: none !important;
|
655 |
}
|
656 |
+
body, .gradio-container {
|
657 |
+
margin: 0;
|
658 |
+
padding: 0;
|
659 |
+
}
|
660 |
"""
|
661 |
|
662 |
with gr.Blocks(css=css, theme=gr.themes.Soft()) as demo:
|