Spaces:
Running
Running
Update app.py
Browse files
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
|