ankithpatel commited on
Commit
c731fce
·
verified ·
1 Parent(s): 9eec59f

Update requirements file

Browse files
Files changed (1) hide show
  1. requirements file +5 -5
requirements file CHANGED
@@ -1,5 +1,5 @@
1
- streamlit
2
- pandas
3
- numpy
4
- matplotlib
5
- seaborn
 
1
+ import streamlit as st
2
+ import pandas as pd
3
+ import numpy as np
4
+ import matplotlib.pyplot as plt
5
+ import seaborn as sns