shubham680 commited on
Commit
a8fefac
·
verified ·
1 Parent(s): f323d9e

Create app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -0
app.py ADDED
@@ -0,0 +1,4 @@
 
 
 
 
 
1
+ import streamlit as st
2
+ import numpy as np
3
+ from sklearn.datasets import make_circles,make_moons
4
+ from tensorflow import keras