Spaces:
Running
Running
Update app.py
Browse files
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 |
-
|
279 |
-
|
280 |
|
281 |
-
dst = st.date_input(
|
282 |
-
|
283 |
-
|
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:
|