MSNP1381
commited on
Commit
·
40a2be0
1
Parent(s):
f4f1e28
change in data read
Browse files
app.py
CHANGED
@@ -169,7 +169,7 @@ def initialize_firebase():
|
|
169 |
|
170 |
|
171 |
if __name__ == "__main__":
|
172 |
-
if os.getenv("local")=='true':
|
173 |
st.session_state.db=init_json()
|
174 |
else:
|
175 |
st.session_state.db=initialize_firebase()
|
|
|
169 |
|
170 |
|
171 |
if __name__ == "__main__":
|
172 |
+
if os.getenv("local")=='true' or True:
|
173 |
st.session_state.db=init_json()
|
174 |
else:
|
175 |
st.session_state.db=initialize_firebase()
|