Spaces:
Runtime error
Runtime error
Paul-Joshi
commited on
Update app.py
Browse files
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("
|
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)
|