Skip to content

Created a personal webpage using Python and the Streamlit library. This webpage will be able to serve as a place for us to share our thoughts, projects, and anything else we want.

Notifications You must be signed in to change notification settings

sr-dash/webpage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Personal-Webpage-Streamlit- Using Python

Created a personal webpage using Python and the Streamlit library. This webpage will be able to serve as a place for us to share our thoughts, projects, and anything else we want.

preview.png

Requirements

streamlit_lottie==0.0.2
streamlit==1.3.0
requests==2.24.0
Pillow==8.4.0
protobuf~=3.19.0
watchdog==2.1.8

Run the app

  • Terminal
    # vanilla terminal
    streamlit run app.py
    # poetry
    poetry add `cat requirements.txt`
    poetry run streamlit run app.py
    # quit
    ctrl-c
    
  • VSCode
    • Open the repo directory in VSCode
    • Open app.py
    • Start debugging with F5
    • Stop debugging with Shift-F5

Feedback

If you have any feedback, please reach out to me at [email protected]

About

Created a personal webpage using Python and the Streamlit library. This webpage will be able to serve as a place for us to share our thoughts, projects, and anything else we want.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages

  • Python 78.8%
  • CSS 21.2%