Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -24,7 +24,7 @@ def visualize(url):
|
|
| 24 |
st.subheader("Website title:")
|
| 25 |
if html_content:
|
| 26 |
st.info(html_content)
|
| 27 |
-
|
| 28 |
else:
|
| 29 |
st.error("Error: empty html content")
|
| 30 |
|
|
|
|
| 24 |
st.subheader("Website title:")
|
| 25 |
if html_content:
|
| 26 |
st.info(html_content)
|
| 27 |
+
st.code(html_content, language='html')
|
| 28 |
else:
|
| 29 |
st.error("Error: empty html content")
|
| 30 |
|