Hi there,
I am getting an error when trying to deploy my streamlit app. The error relates to my dependecies. Can someone help me with how my requirements.txt document should look like?
p.s. I have already tried using an environment.yml but to no avail.
These are my packages:
import streamlit as st
import pandas as pd
import matplotlib.pyplot as plt
from io import BytesIO