Update app.py
Browse files
app.py
CHANGED
@@ -141,7 +141,7 @@ if 'OPENAI_API_KEY' in os.environ and os.environ['OPENAI_API_KEY']:
|
|
141 |
|
142 |
# 4. Add interface for URL input
|
143 |
st.subheader("Enter the Website URL π")
|
144 |
-
url = st.text_input("Enter the URL of the website you want to scrape", placeholder="https://
|
145 |
|
146 |
# Add some spacing
|
147 |
st.markdown('<div class="section"></div>', unsafe_allow_html=True)
|
|
|
141 |
|
142 |
# 4. Add interface for URL input
|
143 |
st.subheader("Enter the Website URL π")
|
144 |
+
url = st.text_input("Enter the URL of the website you want to scrape", placeholder="https://huggingface.co/models")
|
145 |
|
146 |
# Add some spacing
|
147 |
st.markdown('<div class="section"></div>', unsafe_allow_html=True)
|