Spaces:
Sleeping
Sleeping
Update src/streamlit_app.py
Browse files- src/streamlit_app.py +1 -3
src/streamlit_app.py
CHANGED
@@ -112,7 +112,6 @@ with st.sidebar:
|
|
112 |
width="850"
|
113 |
height="450"
|
114 |
></iframe>
|
115 |
-
|
116 |
'''
|
117 |
st.code(code, language="html")
|
118 |
|
@@ -327,5 +326,4 @@ if st.button("Results"):
|
|
327 |
|
328 |
st.text("")
|
329 |
st.text("")
|
330 |
-
st.info(f"Results processed in **{elapsed_time:.2f} seconds**.")
|
331 |
-
|
|
|
112 |
width="850"
|
113 |
height="450"
|
114 |
></iframe>
|
|
|
115 |
'''
|
116 |
st.code(code, language="html")
|
117 |
|
|
|
326 |
|
327 |
st.text("")
|
328 |
st.text("")
|
329 |
+
st.info(f"Results processed in **{elapsed_time:.2f} seconds**.")
|
|