Mr-Vicky-01 commited on
Commit
c253af2
β€’
1 Parent(s): 22ff50c

Update interface.py

Browse files
Files changed (1) hide show
  1. interface.py +1 -1
interface.py CHANGED
@@ -39,7 +39,7 @@ if uploaded_file:
39
 
40
  button = st.button("Generate Document")
41
  if button:
42
- with st.spinner("πŸ€–Generating your Document..."):
43
  text = model.get_response(uploaded_file)
44
  st.write(text)
45
 
 
39
 
40
  button = st.button("Generate Document")
41
  if button:
42
+ with st.spinner("πŸ€–Preparing your Document..."):
43
  text = model.get_response(uploaded_file)
44
  st.write(text)
45