vishalkatheriya18 commited on
Commit
49fa253
1 Parent(s): eef83e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -116,6 +116,7 @@ if url:
116
  with cols[j]:
117
  st.image(cropped_image, caption=title, use_column_width=True)
118
  st.write(hii())
 
119
  else:
120
  st.write("URL Invalid...!")
121
  except Exception as e:
 
116
  with cols[j]:
117
  st.image(cropped_image, caption=title, use_column_width=True)
118
  st.write(hii())
119
+ pipes(image,categories)
120
  else:
121
  st.write("URL Invalid...!")
122
  except Exception as e: