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
@jonamadk
jonamadk / README.md
Created December 5, 2022 08:11 — forked from ma7dev/README.md
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