Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -66,7 +66,7 @@ if uploaded_file is not None:
|
|
66 |
image = Image.open(uploaded_file)
|
67 |
|
68 |
# Display uploaded image
|
69 |
-
st.image(image, caption="Uploaded Handwriting Image", width=
|
70 |
|
71 |
with st.spinner("Transcribing handwriting..."):
|
72 |
# Transcribe handwritten notes
|
|
|
66 |
image = Image.open(uploaded_file)
|
67 |
|
68 |
# Display uploaded image
|
69 |
+
st.image(image, caption="Uploaded Handwriting Image", width=400)
|
70 |
|
71 |
with st.spinner("Transcribing handwriting..."):
|
72 |
# Transcribe handwritten notes
|