Spaces:
Sleeping
Sleeping
Mr-Vicky-01
commited on
Commit
β’
c253af2
1
Parent(s):
22ff50c
Update interface.py
Browse files- 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("π€
|
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 |
|