Multichem commited on
Commit
c790aaf
·
1 Parent(s): 8cb6c0f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -5,11 +5,10 @@ for name in dir():
5
  if not name.startswith('_'):
6
  del globals()[name]
7
 
8
- import streamlit as st
9
  import numpy as np
10
  import pandas as pd
 
11
  import gspread
12
- import plotly.express as px
13
 
14
  @st.cache_resource
15
  def init_conn():
 
5
  if not name.startswith('_'):
6
  del globals()[name]
7
 
 
8
  import numpy as np
9
  import pandas as pd
10
+ import streamlit as st
11
  import gspread
 
12
 
13
  @st.cache_resource
14
  def init_conn():