Spaces:
Build error
Build error
nlovoldegar
commited on
Commit
•
f089c45
1
Parent(s):
42ff56e
Update app.py
Browse files
app.py
CHANGED
@@ -19,11 +19,11 @@ st.markdown("In just a few moments, you'll find the place that fits all your nee
|
|
19 |
|
20 |
text = st.text_input('Please describe what you are looking for in a hotel:')
|
21 |
n_results = st.slider('How many hotel results would you like to see?', 1,5,3)
|
22 |
-
dataurl = 'https://colab.research.google.com/drive/1j5EomK04JF-H3FM_TdzSDk_US55nJd36?authuser=1#scrollTo=yPBTmhHvcyNk'
|
23 |
@st.cache(persist=True)
|
24 |
|
25 |
def load_data():
|
26 |
-
data_url = urllib.request.urlopen('https://colab.research.google.com/drive/1j5EomK04JF-H3FM_TdzSDk_US55nJd36?authuser=1#scrollTo=yPBTmhHvcyNk')
|
27 |
df = pd.read_csv('HotelListInLondon__en2019100120191005.csv')
|
28 |
return(df)
|
29 |
if st.button('Show Hotels'):
|
|
|
19 |
|
20 |
text = st.text_input('Please describe what you are looking for in a hotel:')
|
21 |
n_results = st.slider('How many hotel results would you like to see?', 1,5,3)
|
22 |
+
# dataurl = 'https://colab.research.google.com/drive/1j5EomK04JF-H3FM_TdzSDk_US55nJd36?authuser=1#scrollTo=yPBTmhHvcyNk'
|
23 |
@st.cache(persist=True)
|
24 |
|
25 |
def load_data():
|
26 |
+
# data_url = urllib.request.urlopen('https://colab.research.google.com/drive/1j5EomK04JF-H3FM_TdzSDk_US55nJd36?authuser=1#scrollTo=yPBTmhHvcyNk')
|
27 |
df = pd.read_csv('HotelListInLondon__en2019100120191005.csv')
|
28 |
return(df)
|
29 |
if st.button('Show Hotels'):
|