pandora-s commited on
Commit
bd20052
·
verified ·
1 Parent(s): 7259e67

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 = False):
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 = """