pop47 commited on
Commit
de8ad27
·
1 Parent(s): 6ac7e40

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -6,7 +6,7 @@ import base64
6
  pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
7
 
8
  # Set the title and text color to dark green
9
- st.title('R3SELL', color='darkgreen')
10
 
11
  # Create a file input option for uploading an image
12
  file_name = st.file_uploader("Upload an image file (JPEG, PNG, etc.)")
 
6
  pipeline = pipeline(task="image-classification", model="julien-c/hotdog-not-hotdog")
7
 
8
  # Set the title and text color to dark green
9
+ st.markdown('<h1 style="color:darkgreen;">R3SELL</h1>', unsafe_allow_html=True)
10
 
11
  # Create a file input option for uploading an image
12
  file_name = st.file_uploader("Upload an image file (JPEG, PNG, etc.)")