Multichem commited on
Commit
7c24b45
·
1 Parent(s): 45a439d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -5,6 +5,7 @@ for name in dir():
5
  if not name.startswith('_'):
6
  del globals()[name]
7
 
 
8
  import numpy as np
9
  import pandas as pd
10
  import gspread
 
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