Spaces:
Sleeping
Sleeping
Keith Bourne commited on
Commit ·
60632f7
1
Parent(s): 698e514
Add google sheets test fix
Browse files
app.py
CHANGED
|
@@ -7,7 +7,7 @@ import os
|
|
| 7 |
# typestring = os.environ['type']
|
| 8 |
# st.write(f"type :{typestring}")
|
| 9 |
|
| 10 |
-
Create a connection object.
|
| 11 |
conn = st.connection("gsheets", type=GSheetsConnection)
|
| 12 |
|
| 13 |
df = conn.read()
|
|
|
|
| 7 |
# typestring = os.environ['type']
|
| 8 |
# st.write(f"type :{typestring}")
|
| 9 |
|
| 10 |
+
# Create a connection object.
|
| 11 |
conn = st.connection("gsheets", type=GSheetsConnection)
|
| 12 |
|
| 13 |
df = conn.read()
|