dperales commited on
Commit
6a7295e
·
1 Parent(s): 9498506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -11,6 +11,7 @@ import matplotlib as mpl
11
 
12
  import numpy as np
13
  import streamlit as st
 
14
 
15
  # For measuring the inference time.
16
  import time
 
11
 
12
  import numpy as np
13
  import streamlit as st
14
+ import plotly.graph_objs as go
15
 
16
  # For measuring the inference time.
17
  import time