pranked03 commited on
Commit
535bd39
1 Parent(s): daa44ed

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -79,7 +79,7 @@ def main():
79
 
80
  with st.sidebar.form(key='my_form'):
81
  placeholder = st.empty()
82
- s = placeholder.text_input(label='Enter URL')
83
  submit = st.form_submit_button(label='Submit')
84
  if submit:
85
  try:
 
79
 
80
  with st.sidebar.form(key='my_form'):
81
  placeholder = st.empty()
82
+ s = placeholder.text_input(label='Enter Amazon Product Page URL')
83
  submit = st.form_submit_button(label='Submit')
84
  if submit:
85
  try: