This commit is contained in:
dawoodkhan82 2020-07-09 16:39:42 -04:00
commit fc3a66b0b5
2 changed files with 1 additions and 1 deletions

View File

@ -363,6 +363,7 @@ class Interface:
is_colab
): # Embed the remote interface page if on google colab;
# otherwise, embed the local page.
print("Interface loading below...")
while not networking.url_ok(share_url):
time.sleep(1)
display(IFrame(share_url, width=1000, height=500))

View File

@ -18,7 +18,6 @@ button, input[type="submit"], input[type="reset"], input[type="text"], input[typ
font-size: large;
color: #EEA45D;
text-align: right;
padding-top: 5px;
}
nav {