Paul-Joshi commited on
Commit
5b6c919
·
verified ·
1 Parent(s): 5ac0ce9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -85,7 +85,7 @@ def main():
85
  st.subheader('Click on the Start button', divider='rainbow')
86
 
87
  # Button to pre-process input
88
- if st.button("Reset"):
89
  with st.spinner('Tokenizing and Embedding the Website Data'):
90
  # get pdf text
91
  raw_text = method_get_website_text(website_url)
 
85
  st.subheader('Click on the Start button', divider='rainbow')
86
 
87
  # Button to pre-process input
88
+ if st.button("Start"):
89
  with st.spinner('Tokenizing and Embedding the Website Data'):
90
  # get pdf text
91
  raw_text = method_get_website_text(website_url)