Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -744,7 +744,7 @@ st.markdown(
|
|
744 |
)
|
745 |
|
746 |
|
747 |
-
with st.container(
|
748 |
col1, col2 = st.columns([1.5, 10.5])
|
749 |
with col1:
|
750 |
if st.button(" BIDIR-LSTM"):
|
|
|
744 |
)
|
745 |
|
746 |
|
747 |
+
with st.container():
|
748 |
col1, col2 = st.columns([1.5, 10.5])
|
749 |
with col1:
|
750 |
if st.button(" BIDIR-LSTM"):
|