Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,7 @@ def color_status(api_value, cell_value):
|
|
121 |
return 'background-color: red'
|
122 |
return ''
|
123 |
|
124 |
-
def search_models(query, use_cache =
|
125 |
return display_table(query, use_cache)
|
126 |
|
127 |
description = """
|
|
|
121 |
return 'background-color: red'
|
122 |
return ''
|
123 |
|
124 |
+
def search_models(query, use_cache = True):
|
125 |
return display_table(query, use_cache)
|
126 |
|
127 |
description = """
|