hamza50 commited on
Commit
6ffaa0f
1 Parent(s): 1cc4127

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +6 -6
app.py CHANGED
@@ -274,13 +274,13 @@ def main():
274
 
275
  sampletext = 'e.g. Hotel near Eiffel Tower with big rooms'
276
  userinput = st.text_input('Tell us what are you looking in your hotel?','e.g. Hotel near Eiffel Tower with big rooms',autocomplete="on")
277
- da = st.date_input(
278
- "Date Check-in",
279
- datetime.date(2023, 6, 3))
280
 
281
- dst = st.date_input(
282
- "Date Check-out",
283
- datetime.date(2023, 6, 8))
284
 
285
 
286
  if not userinput or userinput == sampletext:
 
274
 
275
  sampletext = 'e.g. Hotel near Eiffel Tower with big rooms'
276
  userinput = st.text_input('Tell us what are you looking in your hotel?','e.g. Hotel near Eiffel Tower with big rooms',autocomplete="on")
277
+ # da = st.date_input(
278
+ # "Date Check-in",
279
+ # datetime.date(2023, 6, 3))
280
 
281
+ # dst = st.date_input(
282
+ # "Date Check-out",
283
+ # datetime.date(2023, 6, 8))
284
 
285
 
286
  if not userinput or userinput == sampletext: