Update app.py
Browse files
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/
|
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 |
|