added delay for colab

This commit is contained in:
aliabd 2020-07-02 04:57:25 -07:00
parent f691e0fe29
commit 826100a094

View File

@ -303,6 +303,7 @@ class Interface:
is_colab
): # Embed the remote interface page if on google colab;
# otherwise, embed the local page.
time.sleep(5)
display(IFrame(share_url, width=1000, height=500))
else:
display(IFrame(path_to_local_server, width=1000, height=500))