Update app.py
Browse files
app.py
CHANGED
@@ -823,13 +823,13 @@ def create_ui() -> gr.Blocks:
|
|
823 |
lines=2,
|
824 |
info="Conversation progress and auto-actions"
|
825 |
)
|
826 |
-
|
827 |
-
|
828 |
-
|
829 |
-
|
830 |
-
|
831 |
-
|
832 |
-
|
833 |
|
834 |
# --- Smart Search Tab (moved to second) ---
|
835 |
with gr.TabItem("π Smart Search", id="input_tab"):
|
|
|
823 |
lines=2,
|
824 |
info="Conversation progress and auto-actions"
|
825 |
)
|
826 |
+
with gr.Column():
|
827 |
+
extracted_keywords_output = gr.Textbox(
|
828 |
+
label="π·οΈ Auto-Extracted Keywords",
|
829 |
+
interactive=False,
|
830 |
+
show_copy_button=True,
|
831 |
+
info="Keywords automatically extracted and used for search"
|
832 |
+
)
|
833 |
|
834 |
# --- Smart Search Tab (moved to second) ---
|
835 |
with gr.TabItem("π Smart Search", id="input_tab"):
|