yzhouchen001 commited on
Commit
97f0281
·
1 Parent(s): 66236fb
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -2,8 +2,7 @@ import streamlit as st
2
  import pandas as pd
3
  import io
4
  from app_utils.model_utils import load_model_components
5
- from app_utils.viz_utils import run
6
- from app_utils.examples import EXAMPLES
7
  import numpy as np
8
  from streamlit_plotly_events import plotly_events
9
 
@@ -16,6 +15,9 @@ except (ImportError, FileNotFoundError, OSError):
16
  # Spaces wheels don't ship GraphBolt properly
17
  pass
18
 
 
 
 
19
  st.set_page_config(page_title="Spectra Tool Demo", layout="wide")
20
 
21
  st.title("Spectra Visualization Tool")
 
2
  import pandas as pd
3
  import io
4
  from app_utils.model_utils import load_model_components
5
+
 
6
  import numpy as np
7
  from streamlit_plotly_events import plotly_events
8
 
 
15
  # Spaces wheels don't ship GraphBolt properly
16
  pass
17
 
18
+ from app_utils.viz_utils import run
19
+ from app_utils.examples import EXAMPLES
20
+
21
  st.set_page_config(page_title="Spectra Tool Demo", layout="wide")
22
 
23
  st.title("Spectra Visualization Tool")