import streamlit as st | |
import pandas as pd | |
import numpy as np | |
if st.button("**How to convert Image to tabular data**"): | |
st.switch_page("pages/How to convert Image to tabular data.py") | |
import streamlit as st | |
import pandas as pd | |
import numpy as np | |
if st.button("**How to convert Image to tabular data**"): | |
st.switch_page("pages/How to convert Image to tabular data.py") | |