Nikendolo commited on
Commit
474c845
1 Parent(s): 2c767c4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -96,7 +96,7 @@ title = st.text_area("Title")
96
 
97
  abstract = st.text_area("Abstract")
98
 
99
- if st.button('Analyse'):
100
  with st.spinner("Wait..."):
101
  if not title and not abstract:
102
  st.error(f"You haven't written anything.")
 
96
 
97
  abstract = st.text_area("Abstract")
98
 
99
+ if st.button('Analyze'):
100
  with st.spinner("Wait..."):
101
  if not title and not abstract:
102
  st.error(f"You haven't written anything.")