myshirk commited on
Commit
8cd59e7
1 Parent(s): a1fe87a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +5 -0
app.py CHANGED
@@ -129,5 +129,10 @@ def main():
129
 
130
 
131
  st.image("pres-futureplans.png")
 
 
 
 
 
132
 
133
  main()
 
129
 
130
 
131
  st.image("pres-futureplans.png")
132
+
133
+ st.write("## Critical Analysis")
134
+ st.write("- seems to take a while to run on HuggingFace Space")
135
+ st.write("- only embeds the first 5000 datasets")
136
+ st.write("- calculates embeddings for datasets with each run")
137
 
138
  main()