Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -42,6 +42,7 @@ if "selected_task" in st.session_state:
|
|
42 |
height=800, # This height is for the Streamlit container; the iframe will take the full window height
|
43 |
scrolling=True
|
44 |
)
|
|
|
45 |
|
46 |
# Footer
|
47 |
st.markdown("---")
|
|
|
42 |
height=800, # This height is for the Streamlit container; the iframe will take the full window height
|
43 |
scrolling=True
|
44 |
)
|
45 |
+
|
46 |
|
47 |
# Footer
|
48 |
st.markdown("---")
|