Spaces:
Runtime error
Runtime error
chore: refactor messaging
Browse files
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 |
-
"
|
| 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 |
|