Update app.py
Browse files
    	
        app.py
    CHANGED
    
    | @@ -137,7 +137,7 @@ with gr.Blocks() as demo: | |
| 137 | 
             
                    ],
         | 
| 138 | 
             
                    [
         | 
| 139 | 
             
                        "Upload PDF",  # Example for PDF input mode
         | 
| 140 | 
            -
                        " | 
| 141 | 
             
                        None,  # No direct text input
         | 
| 142 | 
             
                        False,  # Translation not enabled
         | 
| 143 | 
             
                        "en",  # Source language
         | 
|  | |
| 137 | 
             
                    ],
         | 
| 138 | 
             
                    [
         | 
| 139 | 
             
                        "Upload PDF",  # Example for PDF input mode
         | 
| 140 | 
            +
                        "Ethics.pdf",  # PDF name
         | 
| 141 | 
             
                        None,  # No direct text input
         | 
| 142 | 
             
                        False,  # Translation not enabled
         | 
| 143 | 
             
                        "en",  # Source language
         |