jinysun commited on
Commit
cd2ff6b
·
1 Parent(s): 70e26e8

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -21,7 +21,7 @@ with col1:
21
  m3 = df1["Acceptor_Name"].str.contains(text_search)
22
  df_search = df1[m1 | m2|m3]
23
  with col2:
24
- st.link_button("📝Database", r"https://docs.google.com/spreadsheets/d/1AKkZS04VF3osFT36aNHIb4iUbV8D1uNfsldcpHXogj0")
25
  st.caption('🎉If you want to update the database, click the button.')
26
  if text_search:
27
  st.write(df_search)
@@ -33,8 +33,8 @@ st.download_button(
33
  )
34
 
35
  option = st.selectbox(
36
- "👇Select the type of active layer...",
37
- ("Donor", "Acceptor"), placeholder="Click to choose the type of active layer...",index = None
38
  )
39
  if option == 'Acceptor':
40
 
 
21
  m3 = df1["Acceptor_Name"].str.contains(text_search)
22
  df_search = df1[m1 | m2|m3]
23
  with col2:
24
+ st.link_button("📝DATABASE", r"https://docs.google.com/spreadsheets/d/1AKkZS04VF3osFT36aNHIb4iUbV8D1uNfsldcpHXogj0")
25
  st.caption('🎉If you want to update the database, click the button.')
26
  if text_search:
27
  st.write(df_search)
 
33
  )
34
 
35
  option = st.selectbox(
36
+ "👇Select the type of active layer",
37
+ ("Donor", "Acceptor"), placeholder="The type of active layer...", index = None
38
  )
39
  if option == 'Acceptor':
40