palitrajarshi commited on
Commit
63b4a09
β€’
1 Parent(s): 2349882

Update pages/Captionize.py

Browse files
Files changed (1) hide show
  1. pages/Captionize.py +1 -1
pages/Captionize.py CHANGED
@@ -31,7 +31,7 @@ div.stButton > button:hover {
31
  }
32
  </style>""", unsafe_allow_html=True)
33
 
34
- pic = st.file_uploader(label="Please upload any Image here 😎",type=['png', 'jpeg', 'jpg'], help="Only 'png', 'jpeg' or 'jpg' formats allowed")
35
 
36
  examples = [f"example{i}.jpg" for i in range(1,7)]
37
 
 
31
  }
32
  </style>""", unsafe_allow_html=True)
33
 
34
+ #pic = st.file_uploader(label="Please upload any Image here 😎",type=['png', 'jpeg', 'jpg'], help="Only 'png', 'jpeg' or 'jpg' formats allowed")
35
 
36
  examples = [f"example{i}.jpg" for i in range(1,7)]
37