Spaces:
Sleeping
Sleeping
Keith Bourne commited on
Commit ·
2d20c4e
1
Parent(s): 937a736
Add google sheets test fix
Browse files
app.py
CHANGED
|
@@ -4,9 +4,8 @@ import pandas as pd
|
|
| 4 |
# from streamlit_gsheets import GSheetsConnection
|
| 5 |
import os
|
| 6 |
|
| 7 |
-
typestring = os.environ['type']
|
| 8 |
-
|
| 9 |
-
st.write(f"type :{typestring}")
|
| 10 |
|
| 11 |
# Create a connection object.
|
| 12 |
# conn = st.connection("gsheets", type=GSheetsConnection)
|
|
|
|
| 4 |
# from streamlit_gsheets import GSheetsConnection
|
| 5 |
import os
|
| 6 |
|
| 7 |
+
# typestring = os.environ['type']
|
| 8 |
+
# st.write(f"type :{typestring}")
|
|
|
|
| 9 |
|
| 10 |
# Create a connection object.
|
| 11 |
# conn = st.connection("gsheets", type=GSheetsConnection)
|