Update app.py
Browse files
app.py
CHANGED
@@ -149,7 +149,7 @@ def create_interface():
|
|
149 |
fn=fn,
|
150 |
inputs=[input_text, rag_checkbox, prompt_template],
|
151 |
outputs=[output_text, classification_types_checkboxes],
|
152 |
-
examples=examples
|
153 |
live=True,
|
154 |
fn_on_change=mark_checkboxes,
|
155 |
fn_on_change=save_output
|
|
|
149 |
fn=fn,
|
150 |
inputs=[input_text, rag_checkbox, prompt_template],
|
151 |
outputs=[output_text, classification_types_checkboxes],
|
152 |
+
examples=examples,
|
153 |
live=True,
|
154 |
fn_on_change=mark_checkboxes,
|
155 |
fn_on_change=save_output
|