Py.Cafe

Mathoholic/

visionai-course-finder

VisionAI College and Course Finder

DocsPricing
  • app.py
  • requirements.txt
app.py
1
2
3
4
5
6
7
import streamlit as st
import numpy as np
import pandas as pd

st.title("VisionAI Course Finder")
st.header("Welcome to VisionAI, where we help you find the perfect college and course!")