gradio-pr-bot commited on
Commit
e8634ec
·
verified ·
1 Parent(s): ce07681

Upload folder using huggingface_hub

Browse files
6.1.0/html/package.json CHANGED
@@ -1,6 +1,6 @@
1
  {
2
  "name": "@gradio/html",
3
- "version": "0.8.0",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
 
1
  {
2
  "name": "@gradio/html",
3
+ "version": "0.8.1",
4
  "description": "Gradio UI packages",
5
  "type": "module",
6
  "author": "",
6.1.0/html/shared/HTML.svelte CHANGED
@@ -227,10 +227,6 @@
227
  }
228
 
229
  function renderHTML(): void {
230
- console.trace(
231
- "re-rendering HTML with props:",
232
- JSON.stringify(reactiveProps)
233
- );
234
  const newHtml = render_template(html_template, reactiveProps);
235
  if (element) {
236
  updateDOM(currentHtml, newHtml);
 
227
  }
228
 
229
  function renderHTML(): void {
 
 
 
 
230
  const newHtml = render_template(html_template, reactiveProps);
231
  if (element) {
232
  updateDOM(currentHtml, newHtml);