Hi, So I have a project GitHub - dlee07/Recipe_Similarity: Scraped Recipes from AllRecipes and used text similarity techniques to generate a table that shows the top five similar recipes to each recipe that has a python file that launches a table in streamlit. My app has been taking forever to run and has not been completed. Is there anything in my code that is causing the issue.
The message on the terminal says Updated App!, but nothing shows.
Hi @dchlee,
Thanks for posting!
You need to downgrade the version of numpy to numpy==1.19.5 in your requirements file. Remember that this is a temporary duct tape solution that works. You might consider looking into the issue further and replace with the latest updates.
numpy
numpy==1.19.5
It still does not load
Can you share the screen of what youβre seeing on your end?
Hereβs what I modified in your code to create the app below: