charliebaby2023
commited on
Commit
•
ace4c5c
1
Parent(s):
6bbec4a
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 {
|
113 |
make_me()
|
114 |
|
115 |
demo.queue(concurrency_count = 200)
|
|
|
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)
|