bravewiki commited on
Commit
63ad257
·
verified ·
1 Parent(s): 596e28e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="400")
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