my_test_demo_day2 / README.md
jnaiman's picture
readme
8428d66
|
raw
history blame
787 Bytes
metadata
title: Prep notebook -- My Streamlit App
emoji: 🏢
colorFrom: blue
colorTo: gray
sdk: streamlit
sdk_version: 1.36.0
app_file: app.py
pinned: false
license: mit

Check out the configuration reference at https://huggingface.co/docs/hub/spaces-config-reference

Info:

This is the "prep" notebook for a introductory Streamlit app for IS445.

How to teach with this:

We will build this "from scratch" during class using the following steps:

  1. Make sure your repo is cloned in your PraireLearn (this will be "is445_demo2" with my setup, "is445_demo" for each of the students)
  2. Update the README.md if the app.py file has changed names
  3. Copy what we did from last week to the app.py file here
  4. Update the requirements.txt file to include libraries (see whats in here now)