wzkariampuzha commited on
Commit
b916c38
·
1 Parent(s): 56ddafb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -9,6 +9,7 @@ import streamlit as st
9
  import spacy
10
  import tensorflow as tf
11
  import pickle
 
12
 
13
  ########## Title for the Web App ##########
14
  st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/resolve/main/NCATS_logo.png" alt="National Center for Advancing Translational Sciences Logo" width=550>''',unsafe_allow_html=True)
 
9
  import spacy
10
  import tensorflow as tf
11
  import pickle
12
+ import plotly.graph_objects as go
13
 
14
  ########## Title for the Web App ##########
15
  st.markdown('''<img src="https://huggingface.co/spaces/ncats/EpiPipeline4GARD/resolve/main/NCATS_logo.png" alt="National Center for Advancing Translational Sciences Logo" width=550>''',unsafe_allow_html=True)