DrishtiSharma commited on
Commit
5f89cb0
Β·
verified Β·
1 Parent(s): 6ad4699

Update app.py

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