mcuri commited on
Commit
4e803f8
·
1 Parent(s): c8ad202

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -4,7 +4,8 @@ from PIL import Image
4
 
5
  pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
6
 
7
- st.button(label, key=None, help=None, on_click=None, args=None, kwargs=None, *, type="secondary", disabled=False, use_container_width=False)
 
8
 
9
  st.title("Hot Dog? Or Not?")
10
 
 
4
 
5
  pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
6
 
7
+ st.header('This is a header with a divider', divider='rainbow')
8
+ st.header('_Streamlit_ is :blue[cool] :sunglasses:')
9
 
10
  st.title("Hot Dog? Or Not?")
11