Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -21,7 +21,7 @@ with st.expander(label="Check out the video demo"):
|
|
21 |
yt_video = st.video("https://www.youtube.com/watch?v=_zeCun4OlCc")
|
22 |
|
23 |
info_text = """
|
24 |
-
|
25 |
Fill the input with the HTML code you want to extract data from
|
26 |
Example below:
|
27 |
"""
|
|
|
21 |
yt_video = st.video("https://www.youtube.com/watch?v=_zeCun4OlCc")
|
22 |
|
23 |
info_text = """
|
24 |
+
**Quick start** \n
|
25 |
Fill the input with the HTML code you want to extract data from
|
26 |
Example below:
|
27 |
"""
|