import streamlit as st from Workflow.Scrape import display_data #UIApp starts here st.set_page_config(page_title="Bangalore One Day Treks", page_icon=":robot:") st.header("Bangalore One Day Treks") display_data() st.divider() st.caption("Source: https://www.bmcadventures.com/collections/one-day-treks")