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