Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -77,9 +77,9 @@ def greet_user(name,numbers,num):
|
|
77 |
# Extract the selected number based on the selected room
|
78 |
number =num
|
79 |
if(int(num)==-2):
|
80 |
-
return find_first_matching_text(name)
|
81 |
else:
|
82 |
-
return showrs(name,int(numbers),int(number))
|
83 |
|
84 |
# Create a list of room options for the dropdown
|
85 |
room_choices = list(room_options.keys())
|
|
|
77 |
# Extract the selected number based on the selected room
|
78 |
number =num
|
79 |
if(int(num)==-2):
|
80 |
+
return find_first_matching_text(name)
|
81 |
else:
|
82 |
+
return showrs(name,int(numbers),int(number))
|
83 |
|
84 |
# Create a list of room options for the dropdown
|
85 |
room_choices = list(room_options.keys())
|