mrbeliever commited on
Commit
88a8bc9
·
verified ·
1 Parent(s): da44c3d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -77,7 +77,7 @@ if uploaded_image and API_KEY:
77
  .get("content", "No caption generated.")
78
  )
79
  st.subheader("Generated Caption")
80
- st.text_area("Caption Output", caption, height=200, key="caption_output", disabled=True)
81
 
82
  except Exception as e:
83
  st.error(f"Error processing the response: {e}")
 
77
  .get("content", "No caption generated.")
78
  )
79
  st.subheader("Generated Caption")
80
+ st.text_area("Caption Output", caption, height=200, key="caption_output")
81
 
82
  except Exception as e:
83
  st.error(f"Error processing the response: {e}")