eaglelandsonce commited on
Commit
55c0d4a
1 Parent(s): 6a33802

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -0
app.py CHANGED
@@ -3,8 +3,18 @@ import streamlit as st
3
  # Set the title of the page
4
  st.title("TensorFlow and Keras Course Overview")
5
 
 
 
 
 
 
 
 
 
 
6
  # Introduction section
7
  st.header("1. Introduction to TensorFlow and Keras")
 
8
  st.subheader("Example: Build a simple linear regression model to predict house prices")
9
  st.markdown("""
10
  **Concepts Covered:**
 
3
  # Set the title of the page
4
  st.title("TensorFlow and Keras Course Overview")
5
 
6
+ # Embed the YouTube video
7
+ st.video("https://www.youtube.com/watch?v=FRoYik9P9Ko")
8
+
9
+ # Add some description or additional content if needed
10
+ st.write("""
11
+ Welcome to the TensorFlow Getting Started Class Meetup!
12
+ In this session, we will cover the basics of TensorFlow and how you can get started with building machine learning models using prompt engineering.
13
+ """)
14
+
15
  # Introduction section
16
  st.header("1. Introduction to TensorFlow and Keras")
17
+
18
  st.subheader("Example: Build a simple linear regression model to predict house prices")
19
  st.markdown("""
20
  **Concepts Covered:**