Update app.py
Browse files
app.py
CHANGED
@@ -140,7 +140,7 @@ if 'OPENAI_API_KEY' in os.environ and os.environ['OPENAI_API_KEY']:
|
|
140 |
client = initialize_swarm_client()
|
141 |
|
142 |
# 4. Add interface for URL input
|
143 |
-
st.subheader("
|
144 |
url = st.text_input("Enter the URL of the website you want to scrape", placeholder="https://example.com")
|
145 |
|
146 |
# Add some spacing
|
|
|
140 |
client = initialize_swarm_client()
|
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://example.com")
|
145 |
|
146 |
# Add some spacing
|