Redmind commited on
Commit
d0ce3b6
·
verified ·
1 Parent(s): 696f0ae

Update app.py

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