lvwerra HF staff commited on
Commit
25cf3d1
1 Parent(s): 4a10adb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ information and instructions on how to access the full corpus check [this form](
85
 
86
  if __name__ == "__main__":
87
  demo = gr.Blocks(
88
- css=".underline-on-hover:hover { text-decoration: underline; } .flagging { font-size:12px; background-color:#20233fff; }"
89
  )
90
 
91
  with demo:
 
85
 
86
  if __name__ == "__main__":
87
  demo = gr.Blocks(
88
+ css=".underline-on-hover:hover { text-decoration: underline; } .flagging { font-size:12px; background-color:#20233fff; } .gradio-container {background-color: #20233fff}"
89
  )
90
 
91
  with demo: