Spaces:
Sleeping
Sleeping
Keith Bourne commited on
Commit ·
8a06f97
1
Parent(s): e4b51c5
Add google sheets test fix
Browse files
app.py
CHANGED
|
@@ -1,7 +1,7 @@
|
|
| 1 |
|
| 2 |
import streamlit as st
|
| 3 |
import pandas as pd
|
| 4 |
-
from streamlit_gsheets import GSheetsConnection
|
| 5 |
import os
|
| 6 |
|
| 7 |
typestring = os.environ.getattribute("type")
|
|
|
|
| 1 |
|
| 2 |
import streamlit as st
|
| 3 |
import pandas as pd
|
| 4 |
+
# from streamlit_gsheets import GSheetsConnection
|
| 5 |
import os
|
| 6 |
|
| 7 |
typestring = os.environ.getattribute("type")
|