Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -11,7 +11,7 @@ st.subheader('Plan your next trip with AI')
|
|
11 |
|
12 |
# User input section in the sidebar
|
13 |
st.sidebar.header('Enter details to generate a travel plan:')
|
14 |
-
api_key =
|
15 |
destination = st.sidebar.text_input('Destination', 'Bangalore')
|
16 |
date_input = st.sidebar.date_input('Travel Start Date', min_value=date.today())
|
17 |
date = date_input.strftime('%Y-%m-%d')
|
|
|
11 |
|
12 |
# User input section in the sidebar
|
13 |
st.sidebar.header('Enter details to generate a travel plan:')
|
14 |
+
api_key = 'AIzaSyCiIfiar_7GMDI3ZPGq7tX5gGorKkfojO4'
|
15 |
destination = st.sidebar.text_input('Destination', 'Bangalore')
|
16 |
date_input = st.sidebar.date_input('Travel Start Date', min_value=date.today())
|
17 |
date = date_input.strftime('%Y-%m-%d')
|