[HN Gopher] Python App in the Browser
       ___________________________________________________________________
        
       Python App in the Browser
        
       Author : ak391
       Score  : 30 points
       Date   : 2022-04-13 16:18 UTC (1 days ago)
        
 (HTM) web link (gradio.app)
 (TXT) w3m dump (gradio.app)
        
       | zikohh wrote:
       | Really cool! Thanks for sharing
        
       | Epa095 wrote:
       | Wonder how it compares to streamlit, seems quite similar.
        
         | abidlabs wrote:
         | Streamlit and Gradio are both great tools to build web apps,
         | but with different focuses: * Gradio is designed to build demos
         | for machine learning models very easily, and as such is more
         | opinionated but faster to use. * Streamlit takes longer to
         | learn and use, but is more flexible and lets you build entire
         | dashboards
         | 
         | There are other differences as well. For example, Gradio uses
         | the default Python interpreter, whereas Streamlit uses its own.
         | This means you can run Gradio apps in jupyter notebooks, etc.
         | whereas I don't think you can do that with Streamlit
        
       | [deleted]
        
       ___________________________________________________________________
       (page generated 2022-04-14 23:02 UTC)