diff --git a/src/khoj/interface/web/content_type_input.html b/src/khoj/interface/web/content_type_input.html index 22955cf9..8c0e5b2e 100644 --- a/src/khoj/interface/web/content_type_input.html +++ b/src/khoj/interface/web/content_type_input.html @@ -10,14 +10,14 @@
| - + | {% if current_config['input_files'] is none %} - + {% else %} {% for input_file in current_config['input_files'] %} - + {% endfor %} {% endif %} | @@ -27,14 +27,14 @@||
| - + | {% if current_config['input_filter'] is none %} - + {% else %} {% for input_filter in current_config['input_filter'] %} - + {% endfor %} {% endif %} | diff --git a/src/khoj/interface/web/processor_conversation_input.html b/src/khoj/interface/web/processor_conversation_input.html index 46c96b12..8f04a3b3 100644 --- a/src/khoj/interface/web/processor_conversation_input.html +++ b/src/khoj/interface/web/processor_conversation_input.html @@ -10,7 +10,7 @@
| - + |