Skip to content

Instantly share code, notes, and snippets.

View jonamadk's full-sized avatar
🎯
Focusing

Manoj Adhikari jonamadk

🎯
Focusing
  • Johnson City , Tennessee
View GitHub Profile
@ma7dev
ma7dev / README.md
Last active March 25, 2023 21:43
Streamlit + Flask example

A simple example for Streamlit and Flask project

  • server.py contains the API code for the Flask server (back-end)
  • main.py contains the streamlit code (front-end)

Requirements

pip install plotly streamlit pandas requests flask