charliebaby2023 commited on
Commit
3687714
1 Parent(s): ee04614

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -76,7 +76,7 @@ def make_me():
76
  """)
77
 
78
 
79
- with gr.Blocks(css=".toast-wrap {position:absolute!important; bottom:0%!important; top:auto!important; display:none!important; }") as demo:
80
  make_me()
81
 
82
 
 
76
  """)
77
 
78
 
79
+ with gr.Blocks() as demo:
80
  make_me()
81
 
82