DrishtiSharma commited on
Commit
6ad4699
Β·
verified Β·
1 Parent(s): 0423cfe

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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("🌍 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
 
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