GianJSX commited on
Commit
5a8b1de
·
1 Parent(s): deeea39

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -2
app.py CHANGED
@@ -22,10 +22,14 @@ with st.expander(label="Check out the video demo"):
22
 
23
  info_text = """
24
  **Quick start** \n
25
- Fill the input with the HTML code you want to extract data from
 
 
 
 
26
  """
27
  st.write(info_text)
28
- st.image("https://j.gifs.com/gpqvPl.gif", max="600")
29
 
30
 
31
  if assistant_api_key == '':
 
22
 
23
  info_text = """
24
  **Quick start** \n
25
+ Fill the input with <HTML code>.
26
+ * Choose a repeating element on the page, like a product on a list.
27
+ * Inspect the HTML code and copy the element.
28
+
29
+ After generating the "output format" and the code, paste the complete HTML code of the page in the last input to test it
30
  """
31
  st.write(info_text)
32
+ st.image("https://j.gifs.com/gpqvPl.gif")
33
 
34
 
35
  if assistant_api_key == '':