naman1102 commited on
Commit
6783c85
Β·
1 Parent(s): d66ff1d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +7 -7
app.py CHANGED
@@ -823,13 +823,13 @@ def create_ui() -> gr.Blocks:
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"):
 
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"):