Spaces:
Running
Running
Trisandhya
commited on
Commit
·
95802bd
1
Parent(s):
a65e49e
update app.py
Browse files
app.py
CHANGED
@@ -81,6 +81,8 @@ with st.sidebar:
|
|
81 |
st.write("3. The app will extract text from the image using OCR.")
|
82 |
st.write("4. Enter keywords to search within the extracted text.")
|
83 |
st.write("5. If needed, click 'Reset' to upload a new image.")
|
|
|
|
|
84 |
|
85 |
|
86 |
st.header("Optical Character Recognition ")
|
|
|
81 |
st.write("3. The app will extract text from the image using OCR.")
|
82 |
st.write("4. Enter keywords to search within the extracted text.")
|
83 |
st.write("5. If needed, click 'Reset' to upload a new image.")
|
84 |
+
st.sidebar.markdown("<br>" * 10, unsafe_allow_html=True)
|
85 |
+
st.write("🤖 Please wait while the model is processing... This may take a moment.")
|
86 |
|
87 |
|
88 |
st.header("Optical Character Recognition ")
|