astro21 commited on
Commit
cfacabc
·
1 Parent(s): c00cd80

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -151,7 +151,7 @@ def home_page():
151
  This PPT explains the overall project in brief.
152
  """
153
  )
154
- link_str = "https://www.canva.com/design/DAFqmtxqCeU/D_a9yxpRnjr41IRaqGCVFA/edit?utm_content=DAFqmtxqCeU&utm_campaign=designshare&utm_medium=link2&utm_source=sharebutton"
155
  # link_str2 = "https://drive.google.com/drive/folders/1cFb_WIXBSvzkGFMEtjxAtnz502aEXSM4?usp=sharing"
156
  st.markdown(f"[View]({link_str})")
157
 
 
151
  This PPT explains the overall project in brief.
152
  """
153
  )
154
+ link_str = "https://www.canva.com/design/DAFqmtxqCeU/d77pL4cFeSGat4rWpexioQ/view?utm_content=DAFqmtxqCeU&utm_campaign=designshare&utm_medium=link&utm_source=publishsharelink"
155
  # link_str2 = "https://drive.google.com/drive/folders/1cFb_WIXBSvzkGFMEtjxAtnz502aEXSM4?usp=sharing"
156
  st.markdown(f"[View]({link_str})")
157