Spaces:
Sleeping
Sleeping
update
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
-
|
4 |
|
5 |
def load_data():
|
6 |
GSheetsConnection = "https://docs.google.com/spreadsheets/d/1Ui9gZoSKxSIW0B7fG8ryuN0nhkVhAckFxl2hWf6CaJQ/edit?usp=sharing"
|
|
|
1 |
import streamlit as st
|
2 |
import pandas as pd
|
3 |
+
from streamlit_gsheets import GSheetsConnection
|
4 |
|
5 |
def load_data():
|
6 |
GSheetsConnection = "https://docs.google.com/spreadsheets/d/1Ui9gZoSKxSIW0B7fG8ryuN0nhkVhAckFxl2hWf6CaJQ/edit?usp=sharing"
|