Spaces:
Running
Running
Sathwikchowdary
commited on
Commit
•
29e1cf9
1
Parent(s):
83295eb
Update pages/Translation_Affine.py
Browse files
pages/Translation_Affine.py
CHANGED
@@ -98,4 +98,11 @@ st.markdown(
|
|
98 |
"</p>",
|
99 |
unsafe_allow_html=True
|
100 |
)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
101 |
|
|
|
98 |
"</p>",
|
99 |
unsafe_allow_html=True
|
100 |
)
|
101 |
+
st.markdown(
|
102 |
+
"<p style='font-size: 16px; color: White;'>"
|
103 |
+
"You can explore the code examples on GitHub:<br>"
|
104 |
+
"<a href='https://github.com/Sathwik4119/IMAGE/blob/main/Translation.ipynb' target='_blank' style='color: #FFD700;'>Affine Methods</a><br>"
|
105 |
+
"</p>",
|
106 |
+
unsafe_allow_html=True
|
107 |
+
)
|
108 |
|