File size: 340 Bytes
33a18a2
bba90f1
33a18a2
 
e7b635c
 
33a18a2
a74f2f6
62543c0
0a66560
 
e7b635c
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
import streamlit as st
from Workflow.Scrape import greet

#UIApp starts here
st.set_page_config(page_title="Bangalore One Day Treks", page_icon=":robot:")
st.header("Bangalore One Day Treks")

text=greet()
st.text(text)
text=do_it()
st.text(text)

st.divider()
st.caption("Source: https://www.bmcadventures.com/collections/one-day-treks")