Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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
|
|
|
|
|
|
|
|
|
26 |
"""
|
27 |
st.write(info_text)
|
28 |
-
st.image("https://j.gifs.com/gpqvPl.gif"
|
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 == '':
|