Sandaruth commited on
Commit
b52ddd3
1 Parent(s): 58df5ed

finish v0.1

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def main():
14
 
15
  # Button to connect to Google link ------------------------------------------------
16
 
17
- st.sidebar.markdown('<a href=https://drive.google.com/drive/folders/13v6LsaYH9wEwvqVtlLG1U4OiUHgZ7hY4?usp=sharing" target="_blank" style="display: inline-block;'
18
  'background-color: none; color: white; padding: 10px 20px; text-align: center;border: 1px solid white;'
19
  'text-decoration: none; cursor: pointer; border-radius: 5px;">Sources</a>',
20
  unsafe_allow_html=True)
 
14
 
15
  # Button to connect to Google link ------------------------------------------------
16
 
17
+ st.sidebar.markdown('<a href="https://drive.google.com/drive/folders/13v6LsaYH9wEwvqVtlLG1U4OiUHgZ7hY4?usp=sharing" target="_blank" style="display: inline-block;'
18
  'background-color: none; color: white; padding: 10px 20px; text-align: center;border: 1px solid white;'
19
  'text-decoration: none; cursor: pointer; border-radius: 5px;">Sources</a>',
20
  unsafe_allow_html=True)