Keldos commited on
Commit
a34f19b
·
1 Parent(s): 78ec000

Update assets/custom.js

Browse files
Files changed (1) hide show
  1. assets/custom.js +1 -1
assets/custom.js CHANGED
@@ -36,7 +36,7 @@ function gradioLoaded(mutations) {
36
  setTimeout(showOrHideUserInfo(), 2000);
37
  }
38
  if (chatbot) { // user_input_tb 加载出来了没?
39
- setChatbotHeight()
40
  }
41
  }
42
  }
 
36
  setTimeout(showOrHideUserInfo(), 2000);
37
  }
38
  if (chatbot) { // user_input_tb 加载出来了没?
39
+ // setChatbotHeight()
40
  }
41
  }
42
  }