Table would not load

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.

1 Like

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.

It still does not load

Hi @dchlee,

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:

Screenshot 2023-07-26 at 8.49.05 AM

1 Like

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.