Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
|
@@ -36,4 +36,8 @@ if st.button('Show Hotels'):
|
|
| 36 |
def run():
|
| 37 |
st.subheader("Options for hotels in Barcelona")
|
| 38 |
df = load_data()
|
| 39 |
-
st.dataframe(df)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 36 |
def run():
|
| 37 |
st.subheader("Options for hotels in Barcelona")
|
| 38 |
df = load_data()
|
| 39 |
+
st.dataframe(df)
|
| 40 |
+
|
| 41 |
+
|
| 42 |
+
if __name__ == '__main__':
|
| 43 |
+
run()
|