Spaces:
Sleeping
Sleeping
Update src/webui.py
Browse files- src/webui.py +1 -1
src/webui.py
CHANGED
|
@@ -223,7 +223,7 @@ if __name__ == '__main__':
|
|
| 223 |
col_count=(4, "fixed"),
|
| 224 |
)
|
| 225 |
|
| 226 |
-
query_input.
|
| 227 |
fn=filter_records,
|
| 228 |
inputs=query_input,
|
| 229 |
outputs=output_df
|
|
|
|
| 223 |
col_count=(4, "fixed"),
|
| 224 |
)
|
| 225 |
|
| 226 |
+
query_input.input(
|
| 227 |
fn=filter_records,
|
| 228 |
inputs=query_input,
|
| 229 |
outputs=output_df
|