Redmind commited on
Commit
b9cafb8
·
verified ·
1 Parent(s): d207765

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
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: