warhawkmonk commited on
Commit
b0fa3b5
·
verified ·
1 Parent(s): e6d537d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -521,7 +521,7 @@ with st.spinner('Wait for it...'):
521
  with column1:
522
  # Create a canvas component
523
  changes,implementation,current=st.columns([0.01,0.9,0.01])
524
-
525
  with implementation:
526
  st.write("<br>"*3,unsafe_allow_html=True)
527
  if bg_doc:
 
521
  with column1:
522
  # Create a canvas component
523
  changes,implementation,current=st.columns([0.01,0.9,0.01])
524
+ model = encoding_model()
525
  with implementation:
526
  st.write("<br>"*3,unsafe_allow_html=True)
527
  if bg_doc: