zoya23 commited on
Commit
b700405
·
verified ·
1 Parent(s): 5c16c9d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -1,4 +1,3 @@
1
-
2
  import streamlit as st
3
  import numpy as np
4
  import matplotlib.pyplot as plt
@@ -10,7 +9,7 @@ from tensorflow.keras.layers import Dense
10
  from tensorflow.keras.optimizers import Adam
11
 
12
  st.set_page_config(page_title="TF Playground", layout="wide")
13
- st.title("🧠 TensorFlow Playground Clone")
14
 
15
  # Sidebar controls
16
  st.sidebar.header("1. Dataset Options")
 
 
1
  import streamlit as st
2
  import numpy as np
3
  import matplotlib.pyplot as plt
 
9
  from tensorflow.keras.optimizers import Adam
10
 
11
  st.set_page_config(page_title="TF Playground", layout="wide")
12
+ st.title("🧠 TensorFlow Playground")
13
 
14
  # Sidebar controls
15
  st.sidebar.header("1. Dataset Options")