pradeepodela commited on
Commit
d2e162c
·
verified ·
1 Parent(s): 086e61e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = st.sidebar.text_input('Enter Your Google API Key ', type="password")
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')