Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -14,7 +14,7 @@ st.title("🔋DeepAcceptor")
|
|
14 |
|
15 |
# Connect to the Google Sheet
|
16 |
|
17 |
-
url1 = r"https://docs.google.com/spreadsheets/d/1HfCTquggWtXMevB-DenMKDs-q8JUya949mf0XPDRmtM
|
18 |
df1 = pd.read_csv(url1, dtype=str, encoding='utf-8')
|
19 |
|
20 |
text_search = st.text_input("🔍Search papers or molecules", value="")
|
|
|
14 |
|
15 |
# Connect to the Google Sheet
|
16 |
|
17 |
+
url1 = r"https://docs.google.com/spreadsheets/d/1HfCTquggWtXMevB-DenMKDs-q8JUya949mf0XPDRmtM/gviz/tq?tqx=out:csv&sheet=nfa"
|
18 |
df1 = pd.read_csv(url1, dtype=str, encoding='utf-8')
|
19 |
|
20 |
text_search = st.text_input("🔍Search papers or molecules", value="")
|