Copy the app link with current input parameters. They will be displayed in the URL.
If a user visits the app, it will run automatically, using the input parameters from the URL.
!pip install seaborn
plt.figure(figsize=(12,6))
plt.subplot(1,2,1)
plt.plot(testsc,clf.train_score_,'b-',label='Set dev train')
plt.plot(testsc,t_sc,'r-',label ='set dev test')