Spaces:
Running
Running
charliebaby2023
commited on
Commit
•
ce887ec
1
Parent(s):
ace4c5c
Update app.py
Browse files
app.py
CHANGED
@@ -109,7 +109,7 @@ def make_me():
|
|
109 |
"""
|
110 |
)
|
111 |
|
112 |
-
with gr.Blocks(css=".toast-wrap {bottom:0
|
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)
|