epowell101 commited on
Commit
c484c91
1 Parent(s): c05e4db

Added logo and updated the reference in app.py w no sub folder

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("Final_DeepTempo_logo.png", width=300) # Adjust the path and width as needed 'Final DeepTempo logo.png'
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("Final_DeepTempo_logo.png", width=300) # Adjust the path and width as needed 'Final DeepTempo logo.png
88
  st.write("[Visit DeepTempo.ai](https://deeptempo.ai)")
89
  st.write("[Check out the underlying code on GitHub](https://github.com/deepsecoss)")
90