File size: 197 Bytes
8cb4b32 |
1 2 3 4 5 6 7 8 |
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")
|