Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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()
|