Hugging Face
Models
Datasets
Spaces
Community
Docs
Enterprise
Pricing
Log In
Sign Up
Spaces:
Kvikontent
/
url2html
like
1
Sleeping
App
Files
Files
Community
Fetching metadata from the HF Docker repository...
Kvikontent
commited on
Feb 17, 2024
Commit
020d362
·
verified
·
1 Parent(s):
dc366c7
Update app.py
Browse files
Files changed (1)
hide
show
app.py
+1
-1
app.py
CHANGED
Viewed
@@ -11,4 +11,4 @@ prompt = st.text_input("Enter URL")
11
12
if prompt:
13
resp = convert(prompt)
14
-
st.code(resp)
11
12
if prompt:
13
resp = convert(prompt)
14
+
st.code(resp
, language='html', line_numbers=True
)