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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -1,5 +1,5 @@
1
  import streamlit as st
2
- from Workflow.Scrape import greet
3
 
4
  #UIApp starts here
5
  st.set_page_config(page_title="Bangalore One Day Treks", page_icon=":robot:")
 
1
  import streamlit as st
2
+ from Workflow.Scrape import greet, do_it
3
 
4
  #UIApp starts here
5
  st.set_page_config(page_title="Bangalore One Day Treks", page_icon=":robot:")