Thomas Dehaene commited on
Commit
5e5e221
·
1 Parent(s): 9dde804

Update streamlit

Browse files
Files changed (2) hide show
  1. app.py +1 -1
  2. requirements.txt +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ ocr_pipeline = load_model()
29
  if 'text' not in st.session_state:
30
  st.session_state.text = ""
31
 
32
- left_area, right_area = st.columns(2)
33
 
34
  # Format the left area
35
  left_area.header("Input")
 
29
  if 'text' not in st.session_state:
30
  st.session_state.text = ""
31
 
32
+ left_area, right_area = st.beta_columns(2)
33
 
34
  # Format the left area
35
  left_area.header("Input")
requirements.txt CHANGED
@@ -1,5 +1,5 @@
1
  nlpaug==1.1.7
2
- streamlit==0.89.0
3
  torch==1.9.1
4
  torchvision==0.10.1
5
  transformers==4.10.3
 
1
  nlpaug==1.1.7
2
+ streamlit>=0.87.0
3
  torch==1.9.1
4
  torchvision==0.10.1
5
  transformers==4.10.3