aashwinik commited on
Commit
bba90f1
1 Parent(s): dd8db86

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -4
app.py CHANGED
@@ -1,8 +1,5 @@
1
  import streamlit as st
2
- from Scrape import greet
3
-
4
- import sys
5
- sys.path.insert(0, '/home/user/app/Workflow/')
6
 
7
  #UIApp starts here
8
  st.set_page_config(page_title="Bangalore One Day Treks", page_icon=":robot:")
 
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:")