diff --git a/gradio/interface.py b/gradio/interface.py index 6d7177f520..d8ed3ae0c3 100644 --- a/gradio/interface.py +++ b/gradio/interface.py @@ -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)) diff --git a/gradio/static/css/style.css b/gradio/static/css/style.css index d1719d3518..8de4460276 100644 --- a/gradio/static/css/style.css +++ b/gradio/static/css/style.css @@ -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 {