Spaces:
				
			
			
	
			
			
		Runtime error
		
	
	
	
			
			
	
	
	
	
		
		
		Runtime error
		
	Commit 
							
							·
						
						ec4e034
	
1
								Parent(s):
							
							fd7e6d1
								
Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -89,7 +89,7 @@ suggestion_demo = gr.Interface( | |
| 89 | 
             
            )
         | 
| 90 |  | 
| 91 | 
             
            with gr.Blocks() as manual_label_demo:
         | 
| 92 | 
            -
                 | 
| 93 | 
             
                generate_btn = gr.Button('Show me a headline!')
         | 
| 94 | 
             
                generate_btn.click(fn=manual_label, outputs=[gr.Textbox(label="News Headline"),gr.Textbox(label="Our Predicted Sentiment")])
         | 
| 95 | 
             
                drop_down_label = gr.Dropdown(["Positive","Negative","Neutral"], label="Select the true sentiment of the news article.")
         | 
|  | |
| 89 | 
             
            )
         | 
| 90 |  | 
| 91 | 
             
            with gr.Blocks() as manual_label_demo:
         | 
| 92 | 
            +
                gr.Markdown("description2")
         | 
| 93 | 
             
                generate_btn = gr.Button('Show me a headline!')
         | 
| 94 | 
             
                generate_btn.click(fn=manual_label, outputs=[gr.Textbox(label="News Headline"),gr.Textbox(label="Our Predicted Sentiment")])
         | 
| 95 | 
             
                drop_down_label = gr.Dropdown(["Positive","Negative","Neutral"], label="Select the true sentiment of the news article.")
         |