Spaces:
Runtime error
Runtime error
Shivraj8615
commited on
Commit
•
262e898
1
Parent(s):
835a5d0
Update app.py
Browse files
app.py
CHANGED
@@ -1,6 +1,6 @@
|
|
1 |
import pyshorteners
|
2 |
import streamlit as st
|
3 |
-
path = "
|
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)
|