shrut27 commited on
Commit
d7c7c14
1 Parent(s): d995551

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -11,7 +11,7 @@ def main():
11
  col1, col2 = st.columns(2)
12
  with col1:
13
  destination = st.text_input("Destination")
14
- category = st.selectbox("Category",('Beach', 'Market', 'Park', 'Tourist place', 'Temple', 'Museum', 'Cafe'))
15
 
16
  if st.button("Submit"):
17
  st.write(f"Destination: {destination}")
 
11
  col1, col2 = st.columns(2)
12
  with col1:
13
  destination = st.text_input("Destination")
14
+ category = st.selectbox("Category",('Beach', 'Market', 'Park', 'Tourist place', 'Temple', 'Museum', 'Cafe','Hotels ','Restaurants'))
15
 
16
  if st.button("Submit"):
17
  st.write(f"Destination: {destination}")