ritwikraha commited on
Commit
954ad8e
·
1 Parent(s): 7538d81
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -1,6 +1,7 @@
1
  import streamlit as st
2
  import tensorflow as tf
3
  import numpy as np
 
4
 
5
  # Setting random seed to obtain reproducible results.
6
  tf.random.set_seed(42)
 
1
  import streamlit as st
2
  import tensorflow as tf
3
  import numpy as np
4
+ import matplotlib.pyplot as plt
5
 
6
  # Setting random seed to obtain reproducible results.
7
  tf.random.set_seed(42)