laverdes commited on
Commit
f5c02ee
β€’
1 Parent(s): 8e8adb5

chore: refactor messaging

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -61,7 +61,7 @@ Experimental OCR-free Document Understanding Vision Transformer nicknamed 🍩,
61
 
62
  with st.sidebar:
63
  information = st.radio(
64
- "What information inside the πŸ“‘s are you interested in extracting?",
65
  ('Base Common-Crawl 🍩', 'Hierarchical Common-Crawl 🍩'))
66
  image_choice = st.selectbox('Pick one πŸ“‘', ['1', '2', '3'], index=1)
67
 
 
61
 
62
  with st.sidebar:
63
  information = st.radio(
64
+ "Choose one predictor:?",
65
  ('Base Common-Crawl 🍩', 'Hierarchical Common-Crawl 🍩'))
66
  image_choice = st.selectbox('Pick one πŸ“‘', ['1', '2', '3'], index=1)
67