sintamar commited on
Commit
5ab6dbf
·
verified ·
1 Parent(s): 0b28b15

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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