Dusduo commited on
Commit
00341ad
·
1 Parent(s): b69511f

add subheader

Browse files
Files changed (1) hide show
  1. app.py +3 -1
app.py CHANGED
@@ -62,7 +62,9 @@ def predict(model: AutoModelForImageClassification, inputs, k=5):
62
  st.set_page_config(layout="wide")
63
 
64
  # Define the title
65
- st.title("Gotta Classify 'Em All - 1st Generation Pokedex -")
 
 
66
  # For newline
67
  st.write('\n')
68
 
 
62
  st.set_page_config(layout="wide")
63
 
64
  # Define the title
65
+ st.title("Gotta Classify 'Em All")
66
+ st.subheader("Image classifier for Pokemons from the 1st generation.")
67
+
68
  # For newline
69
  st.write('\n')
70