Spaces:
Sleeping
Sleeping
Keith Bourne commited on
Commit ·
0e839e2
1
Parent(s): 8c7a805
Add google sheets test fix
Browse files
app.py
CHANGED
|
@@ -4,7 +4,7 @@ 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 |
|
|
|
|
| 4 |
# from streamlit_gsheets import GSheetsConnection
|
| 5 |
import os
|
| 6 |
|
| 7 |
+
typestring = os.environ["type"]
|
| 8 |
|
| 9 |
st.write(f"type :{typestring}:")
|
| 10 |
|