GianJSX commited on
Commit
e069396
·
1 Parent(s): 934ae13

quick start

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -32,12 +32,12 @@ with st.expander(label="Check out the video demo"):
32
  info_text = """
33
  **Quick start** \n
34
  Fill the input with <HTML code>.
35
- -Choose a repeating element on the page, like a product on a list.
36
- -Inspect the HTML code and copy the element.
37
- -After generating the "output format" and the code, paste the complete HTML code of the page in the last input to test it
38
  """
39
  st.write(info_text)
40
- st.image("https://j.gifs.com/gpqvPl.gif")
41
 
42
 
43
 
 
32
  info_text = """
33
  **Quick start** \n
34
  Fill the input with <HTML code>.
35
+ - Choose a repeating element on the page, like a product on a list.
36
+ - Inspect the HTML code and copy the element.
37
+ - After generating the "output format" and the code, paste the complete HTML code of the page in the last input to test it
38
  """
39
  st.write(info_text)
40
+ st.image("https://j.gifs.com/gpqvPl.gif", width=600)
41
 
42
 
43