Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -13,7 +13,7 @@ st.set_page_config(page_title="DeepAcceptor", page_icon="🔋", layout="wide")
|
|
13 |
st.title("🔋DeepAcceptor")
|
14 |
|
15 |
# Connect to the Google Sheet
|
16 |
-
url1 = r"https://docs.google.com/spreadsheets/d/1YOEIg0nMTSPkAOr8wkqxQRLuUhys3-J0I-KPEpmzPLw/gviz/tq?tqx=out:csv&sheet=
|
17 |
url = r"https://docs.google.com/spreadsheets/d/1YOEIg0nMTSPkAOr8wkqxQRLuUhys3-J0I-KPEpmzPLw/gviz/tq?tqx=out:csv&sheet=111"
|
18 |
df1 = pd.read_csv(url1, dtype=str, encoding='utf-8')
|
19 |
col1, col2 = st.columns(2)
|
|
|
13 |
st.title("🔋DeepAcceptor")
|
14 |
|
15 |
# Connect to the Google Sheet
|
16 |
+
url1 = r"https://docs.google.com/spreadsheets/d/1YOEIg0nMTSPkAOr8wkqxQRLuUhys3-J0I-KPEpmzPLw/gviz/tq?tqx=out:csv&sheet=acceptor"
|
17 |
url = r"https://docs.google.com/spreadsheets/d/1YOEIg0nMTSPkAOr8wkqxQRLuUhys3-J0I-KPEpmzPLw/gviz/tq?tqx=out:csv&sheet=111"
|
18 |
df1 = pd.read_csv(url1, dtype=str, encoding='utf-8')
|
19 |
col1, col2 = st.columns(2)
|