Spaces:
Sleeping
Sleeping
Update pages/Data Collection.py
Browse files- pages/Data Collection.py +1 -0
pages/Data Collection.py
CHANGED
|
@@ -2,6 +2,7 @@ import streamlit as st
|
|
| 2 |
import numpy as np
|
| 3 |
import matplotlib.pyplot as plt
|
| 4 |
import pandas as pd
|
|
|
|
| 5 |
|
| 6 |
st.set_page_config(
|
| 7 |
page_title="HomePage",
|
|
|
|
| 2 |
import numpy as np
|
| 3 |
import matplotlib.pyplot as plt
|
| 4 |
import pandas as pd
|
| 5 |
+
import cv2
|
| 6 |
|
| 7 |
st.set_page_config(
|
| 8 |
page_title="HomePage",
|