Spaces:
Running
Running
Update app.py
Browse files
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:
|