Shivraj8615 commited on
Commit
262e898
1 Parent(s): 835a5d0

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,6 +1,6 @@
1
  import pyshorteners
2
  import streamlit as st
3
- path = "https://huggingface.co/spaces/Shivraj8615/url_shortner/blob/main/url_img.png"
4
  st.image(path)
5
  heading = st.write("# URL Shortner")
6
  st.header(heading)
 
1
  import pyshorteners
2
  import streamlit as st
3
+ path = "url_img.png"
4
  st.image(path)
5
  heading = st.write("# URL Shortner")
6
  st.header(heading)