Thomas Dehaene commited on
Commit
8cbeb77
·
1 Parent(s): 4230a5d

Update streamlit

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -14,7 +14,7 @@ def install():
14
  install()
15
 
16
  importlib.reload(streamlit)
17
- logging.warning(st.__version__)
18
 
19
 
20
  streamlit.markdown('# ByT5 Dutch OCR Corrector :pill:')
 
14
  install()
15
 
16
  importlib.reload(streamlit)
17
+ logging.warning(streamlit.__version__)
18
 
19
 
20
  streamlit.markdown('# ByT5 Dutch OCR Corrector :pill:')