File size: 308 Bytes
33a18a2
1eb4c22
33a18a2
 
e7b635c
 
33a18a2
1eb4c22
e7b635c
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
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")