From 4fc94aba945b147cd64172fcff8d36a8be131b6c Mon Sep 17 00:00:00 2001 From: BexTuychiev Date: Fri, 6 Dec 2024 23:11:35 +0500 Subject: [PATCH] Add a link to the assets directory that will work once the PR is merged --- examples/blog-articles/amazon-price-tracking/notebook.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/blog-articles/amazon-price-tracking/notebook.md b/examples/blog-articles/amazon-price-tracking/notebook.md index 38744828..01283f2a 100644 --- a/examples/blog-articles/amazon-price-tracking/notebook.md +++ b/examples/blog-articles/amazon-price-tracking/notebook.md @@ -1215,7 +1215,7 @@ Congratulations for making it to the end of this extremely long tutorial! We've However, the project is far from perfect. Since we took a top-down approach to building this app, our project code is scattered across multiple files and often doesn't follow programming best practices. For this reason, I've recreated the same project in a much more sophisticated manner with production-level features. [This new version on GitHub](https://github.com/BexTuychiev/automated-price-tracking) implements proper database session management, faster operations and overall smoother user experience. Also, this version includes buttons for removing products from the database and visiting them through the app. -If you decide to stick with the basic version, you can find the full project code and notebook in the official Firecrawl GitHub repository's example projects. I also recommend that you [deploy your Streamlit app to Streamlit Cloud](https://share.streamlit.io) so that you have a functional app accessible everywhere you go. +If you decide to stick with the basic version, you can find the full project code and notebook in [the official Firecrawl GitHub repository's example projects](https://github.com/mendableai/firecrawl/tree/main/examples/automated_price_tracking). I also recommend that you [deploy your Streamlit app to Streamlit Cloud](https://share.streamlit.io) so that you have a functional app accessible everywhere you go. Here are some further improvements you might consider for the app: