jfataphd commited on
Commit
07a7646
·
1 Parent(s): 2267bcd

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -15
app.py CHANGED
@@ -207,18 +207,3 @@ if query:
207
  container.video(data=VIDEO_DATA)
208
 
209
 
210
- # st.video("https://www.youtube.com/watch?v=" + video_ids[0])
211
-
212
-
213
-
214
-
215
-
216
-
217
-
218
-
219
-
220
- # model = gensim.models.KeyedVectors.load_word2vec_format('pubmed_model_clotting', binary=True)
221
- # similar_words = model.most_similar(word)
222
- # output = json.dumps({"word": word, "similar_words": similar_words})
223
- # st.write(output)
224
-
 
207
  container.video(data=VIDEO_DATA)
208
 
209