Spaces:
Running
Running
Upload app.py
Browse files
app.py
CHANGED
@@ -18,7 +18,7 @@ url = r"https://docs.google.com/spreadsheets/d/1YOEIg0nMTSPkAOr8wkqxQRLuUhys3-J0
|
|
18 |
df1 = pd.read_csv(url1, dtype=str, encoding='utf-8')
|
19 |
col1, col2 = st.columns(2)
|
20 |
with col1:
|
21 |
-
st.
|
22 |
text_search = st.text_input(label="_", value="",label_visibility="hidden" )
|
23 |
m1 = df1["name"].str.contains(text_search)
|
24 |
m2 = df1["reference"].str.contains(text_search)
|
|
|
18 |
df1 = pd.read_csv(url1, dtype=str, encoding='utf-8')
|
19 |
col1, col2 = st.columns(2)
|
20 |
with col1:
|
21 |
+
st.subheader("π**Search papers or molecules**")
|
22 |
text_search = st.text_input(label="_", value="",label_visibility="hidden" )
|
23 |
m1 = df1["name"].str.contains(text_search)
|
24 |
m2 = df1["reference"].str.contains(text_search)
|