Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|