Spaces:
				
			
			
	
			
			
					
		Running
		
	
	
	
			
			
	
	
	
	
		
		
					
		Running
		
	Update app.py
Browse files
    	
        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= | 
| 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"):
         | 
