Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -20,3 +20,4 @@ if uploaded_file is not None:
|
|
20 |
st.text_area("Text Output", value=text, height=300)
|
21 |
else:
|
22 |
st.info("Please upload an image to get started.")
|
|
|
|
20 |
st.text_area("Text Output", value=text, height=300)
|
21 |
else:
|
22 |
st.info("Please upload an image to get started.")
|
23 |
+
|