diff --git a/gradio.egg-info/PKG-INFO b/gradio.egg-info/PKG-INFO index 3173b6241f..7832aa732d 100644 --- a/gradio.egg-info/PKG-INFO +++ b/gradio.egg-info/PKG-INFO @@ -1,6 +1,6 @@ Metadata-Version: 1.0 Name: gradio -Version: 2.3.5 +Version: 2.3.6 Summary: Python library for easily interacting with trained machine learning models Home-page: https://github.com/gradio-app/gradio-UI Author: Abubakar Abid diff --git a/gradio/frontend/asset-manifest.json b/gradio/frontend/asset-manifest.json index 9b1826c593..babcefb636 100644 --- a/gradio/frontend/asset-manifest.json +++ b/gradio/frontend/asset-manifest.json @@ -1,6 +1,6 @@ { "files": { - "main.css": "/static/css/main.2ddd43af.css", + "main.css": "/static/css/main.0e1c8a10.css", "main.js": "/static/bundle.js", "index.html": "/index.html", "static/bundle.js.LICENSE.txt": "/static/bundle.js.LICENSE.txt", @@ -9,7 +9,7 @@ }, "entrypoints": [ "static/bundle.css", - "static/css/main.2ddd43af.css", + "static/css/main.0e1c8a10.css", "static/bundle.js" ] } \ No newline at end of file diff --git a/gradio/frontend/index.html b/gradio/frontend/index.html index dde09d84a6..2079390d50 100644 --- a/gradio/frontend/index.html +++ b/gradio/frontend/index.html @@ -8,4 +8,4 @@ window.config = {{ config|tojson }}; } catch (e) { window.config = {}; - }