frankaging commited on
Commit
f0c4e9b
·
1 Parent(s): b6c88e7

claude impl

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -170,7 +170,7 @@ def update_dropdown_choices(search_text):
170
  filtered = filter_concepts(search_text)
171
  return gr.update(choices=filtered)
172
 
173
- with gr.Blocks(css="style.css", fill_height=True) as demo:
174
  # Remove default subspaces
175
  selected_subspaces = gr.State([])
176
 
 
170
  filtered = filter_concepts(search_text)
171
  return gr.update(choices=filtered)
172
 
173
+ with gr.Blocks(fill_height=True) as demo:
174
  # Remove default subspaces
175
  selected_subspaces = gr.State([])
176