2
0
mirror of https://github.com/gradio-app/gradio.git synced 2025-03-07 11:46:51 +08:00
This commit is contained in:
dawoodkhan82 2020-07-09 16:39:42 -04:00
commit ff08fb6a51
2 changed files with 1 additions and 1 deletions
gradio

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 {