charliebaby2023 commited on
Commit
ce887ec
1 Parent(s): ace4c5c

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -109,7 +109,7 @@ def make_me():
109
  """
110
  )
111
 
112
- with gr.Blocks(css=".toast-wrap {bottom:0%,top:auto}") as demo:
113
  make_me()
114
 
115
  demo.queue(concurrency_count = 200)
 
109
  """
110
  )
111
 
112
+ with gr.Blocks(css=".toast-wrap {bottom:0%; top:'auto' ; display:none!important; }") as demo:
113
  make_me()
114
 
115
  demo.queue(concurrency_count = 200)