Update app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ def main():
|
|
84 |
)
|
85 |
|
86 |
# Replace 'path_to_your_image.jpg' with the path to your image or URL
|
87 |
-
st.markdown('<div class="bottom-right"><img src="
|
88 |
|
89 |
|
90 |
if __name__ == "__main__":
|
|
|
84 |
)
|
85 |
|
86 |
# Replace 'path_to_your_image.jpg' with the path to your image or URL
|
87 |
+
st.markdown('<div class="bottom-right"><img src="149656-200.png" width="100" height="100"></div>', unsafe_allow_html=True)
|
88 |
|
89 |
|
90 |
if __name__ == "__main__":
|