yashasvini121 / predictive-calc

An interactive web application developed with Streamlit, designed for making predictions using various machine learning models. The app dynamically generates forms and pages from JSON configuration files. ⭐ If you found this helpful, consider starring the repo!
https://predictive-calc.streamlit.app/
MIT License
25 stars 72 forks source link

Add Sidebar for Model Selection to Improve User Navigation #130

Closed KashishJuneja101003 closed 1 month ago

KashishJuneja101003 commented 1 month ago

🌟 Is your feature request related to a problem?: Currently, the app lacks a convenient navigation tool, requiring users to scroll through the page to select different machine learning models. This impacts the user experience, especially as more models are added.

💡 Describe the solution you'd like: Add a sidebar using st.sidebar.selectbox() for model selection. This would allow users to seamlessly switch between models without excessive scrolling.

🔀 Describe alternatives considered: Other navigational methods such as buttons or tabs, but the sidebar is most intuitive for this use case.

📄 Additional Context: A sidebar will enhance usability and overall UI consistency.

To be Mentioned while taking the issue: GSSoC extd and Hacktoberfest

Note:

KashishJuneja101003 commented 1 month ago

Please assign this task to me. Also, add gssoc-extd, hactoberfest and level labels. Thank You!

yashasvini121 commented 1 month ago

Sure @KashishJuneja101003, go ahead!