kusumakar commited on
Commit
2276fb1
1 Parent(s): 4568aa7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -122,7 +122,7 @@ def app():
122
 
123
  # display the image
124
  st.image(image, caption='The Uploaded File')
125
- all = "\n".join(combined_hashtags)
126
  st.write("Magical hashies have arrived* :sparkles: ")
127
  st.write(all)
128
 
 
122
 
123
  # display the image
124
  st.image(image, caption='The Uploaded File')
125
+ all = "\n ".join(combined_hashtags)
126
  st.write("Magical hashies have arrived* :sparkles: ")
127
  st.write(all)
128