Update app.py
Browse files
app.py
CHANGED
@@ -196,5 +196,4 @@ def send_to_sandbox(code):
|
|
196 |
|
197 |
clear_btn.click(clear_history, inputs=[], outputs=[history])
|
198 |
|
199 |
-
|
200 |
-
demo.queue(default_concurrency_limit=20).launch(ssr_mode=False)
|
|
|
196 |
|
197 |
clear_btn.click(clear_history, inputs=[], outputs=[history])
|
198 |
|
199 |
+
|
|