aashwinik commited on
Commit
0a66560
1 Parent(s): a74f2f6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -0
app.py CHANGED
@@ -7,6 +7,8 @@ st.header("Bangalore One Day Treks")
7
 
8
  text=greet()
9
  st.text(text)
 
 
10
 
11
  st.divider()
12
  st.caption("Source: https://www.bmcadventures.com/collections/one-day-treks")
 
7
 
8
  text=greet()
9
  st.text(text)
10
+ text=do_it()
11
+ st.text(text)
12
 
13
  st.divider()
14
  st.caption("Source: https://www.bmcadventures.com/collections/one-day-treks")