Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -249,7 +249,7 @@ with st.sidebar:
|
|
| 249 |
|
| 250 |
# --- Main Page Layout ---
|
| 251 |
st.title("📝 Content Chunk Editor")
|
| 252 |
-
st.caption("Developed by [Emilija Gjorgjevska](https://www.linkedin.com/in/emilijagjorgjevska/) | Inspired by Andrea Volpini's [work on content chunking](https://
|
| 253 |
|
| 254 |
url_input = st.text_input("Enter a webpage URL to start", key="url_input")
|
| 255 |
with st.expander("⚠️ Important Information", expanded=False):
|
|
|
|
| 249 |
|
| 250 |
# --- Main Page Layout ---
|
| 251 |
st.title("📝 Content Chunk Editor")
|
| 252 |
+
st.caption("Developed by [Emilija Gjorgjevska](https://www.linkedin.com/in/emilijagjorgjevska/) | Inspired by Andrea Volpini's [work on content chunking](https://wordlift.io/blog/en/googles-ai-mode-product-pages/).<br>A tool to fetch, chunk, and refine web content for AI synthesis. Best experienced on desktop.", unsafe_allow_html=True)
|
| 253 |
|
| 254 |
url_input = st.text_input("Enter a webpage URL to start", key="url_input")
|
| 255 |
with st.expander("⚠️ Important Information", expanded=False):
|