S1ddharth commited on
Commit
11c6c20
·
1 Parent(s): c04b2e3

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -65,7 +65,7 @@ if image_file is not None:
65
  try:
66
  hashtags = generate_hashtags(image_file)
67
  if len(hashtags) > 0:
68
- st.write(f"Caption : {hashtags[1]}")
69
  st.write("Top 10 hashtags for this image:")
70
  for tag in hashtags[0]:
71
  st.write(tag)
 
65
  try:
66
  hashtags = generate_hashtags(image_file)
67
  if len(hashtags) > 0:
68
+ st.write(f"Description : {hashtags[1]}")
69
  st.write("Top 10 hashtags for this image:")
70
  for tag in hashtags[0]:
71
  st.write(tag)