style theme
Browse files
    	
        app.py
    CHANGED
    
    | @@ -75,7 +75,7 @@ custom_theme = gr.themes.Default( | |
| 75 | 
             
            ).set(
         | 
| 76 | 
             
                # font_size="16px",
         | 
| 77 | 
             
                body_background_fill="#0f0f10",
         | 
| 78 | 
            -
                 | 
| 79 | 
             
                body_text_color="#f4f4f5",
         | 
| 80 | 
             
                body_text_color_subdued="#a1a1aa",
         | 
| 81 | 
             
                block_background_fill="#212121",
         | 
|  | |
| 75 | 
             
            ).set(
         | 
| 76 | 
             
                # font_size="16px",
         | 
| 77 | 
             
                body_background_fill="#0f0f10",
         | 
| 78 | 
            +
                body_background_fill_dark="#0f0f10",
         | 
| 79 | 
             
                body_text_color="#f4f4f5",
         | 
| 80 | 
             
                body_text_color_subdued="#a1a1aa",
         | 
| 81 | 
             
                block_background_fill="#212121",
         | 

