Sa-m commited on
Commit
1528eb6
·
verified ·
1 Parent(s): 14de1fb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -522,7 +522,7 @@ with gr.Blocks(title='Manifesto Analysis') as demo:
522
  with gr.Tabs():
523
  # --- Summary Tab ---
524
  with gr.TabItem("Summary"):
525
- summary_output = gr.Textbox(label='AI-Generated Summary', lines=10, interactive=False)
526
 
527
  # --- Search Results Tab (uses LLM output now) ---
528
  with gr.TabItem("Search Results"):
 
522
  with gr.Tabs():
523
  # --- Summary Tab ---
524
  with gr.TabItem("Summary"):
525
+ summary_output = gr.Textbox(label='AI-Generated Summary', lines=20,max_lines=60,container=True, interactive=False)
526
 
527
  # --- Search Results Tab (uses LLM output now) ---
528
  with gr.TabItem("Search Results"):