Spaces:
Sleeping
Sleeping
epowell101
commited on
Commit
·
9bd5d48
1
Parent(s):
460a977
added logo to app.py
Browse files
app.py
CHANGED
@@ -84,7 +84,7 @@ st.write("We value your feedback. [Fill out our survey](https://docs.google.com/
|
|
84 |
# Footer
|
85 |
st.markdown("---")
|
86 |
st.write("This free site is maintained by DeepTempo.")
|
87 |
-
st.image("
|
88 |
st.write("[Visit DeepTempo.ai](https://deeptempo.ai)")
|
89 |
st.write("[Check out the underlying code on GitHub](https://github.com/deepsecoss)")
|
90 |
|
|
|
84 |
# Footer
|
85 |
st.markdown("---")
|
86 |
st.write("This free site is maintained by DeepTempo.")
|
87 |
+
st.image("assets/Final_DeepTempo_logo.png", width=300) # Adjust the path and width as needed
|
88 |
st.write("[Visit DeepTempo.ai](https://deeptempo.ai)")
|
89 |
st.write("[Check out the underlying code on GitHub](https://github.com/deepsecoss)")
|
90 |
|