U
    ARd                     @   s6   d dl Zd dlmZ eeZdd Zedkr2e  dS )    N)
get_loggerc                   C   s2   t jddd t d t jd t d d S )NZHellou   👋)Z
page_titleZ	page_iconu   # Welcome to Streamlit! 👋zSelect a demo above.u  
        Streamlit is an open-source app framework built specifically for
        Machine Learning and Data Science projects.
        **👈 Select a demo from the sidebar** to see some examples
        of what Streamlit can do!
        ### Want to learn more?
        - Check out [streamlit.io](https://streamlit.io)
        - Jump into our [documentation](https://docs.streamlit.io)
        - Ask a question in our [community
          forums](https://discuss.streamlit.io)
        ### See more complex demos
        - Use a neural net to [analyze the Udacity Self-driving Car Image
          Dataset](https://github.com/streamlit/demo-self-driving)
        - Explore a [New York City rideshare dataset](https://github.com/streamlit/demo-uber-nyc-pickups)
    )stZset_page_configwriteZsidebarsuccessZmarkdown r   r   9/tmp/pip-unpacked-wheel-b9et7o5g/streamlit/hello/Hello.pyrun   s    
r   __main__)Z	streamlitr   Zstreamlit.loggerr   __name__ZLOGGERr   r   r   r   r   <module>   s
   