Nipun commited on
Commit
8795d4b
1 Parent(s): 817aeb7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -4,7 +4,6 @@ import matplotlib.pyplot as plt
4
  import numpy as np
5
  import matplotlib.pyplot as plt
6
  import tensorflow as tf
7
- import seaborn as sns
8
  import tensorflow_probability as tfp
9
  import pandas as pd
10
  tfd = tfp.distributions
@@ -34,7 +33,6 @@ ax.set_ylabel("PDF(x)")
34
  ax.legend()
35
  ax.set_ylim((0, 1))
36
 
37
- sns.despine()
38
 
39
  kl = tfd.kl_divergence(q, p)
40
  st.latex(f"D_{{KL}}(q||p) is : {kl:0.2f}")
 
4
  import numpy as np
5
  import matplotlib.pyplot as plt
6
  import tensorflow as tf
 
7
  import tensorflow_probability as tfp
8
  import pandas as pd
9
  tfd = tfp.distributions
 
33
  ax.legend()
34
  ax.set_ylim((0, 1))
35
 
 
36
 
37
  kl = tfd.kl_divergence(q, p)
38
  st.latex(f"D_{{KL}}(q||p) is : {kl:0.2f}")