Update app.py
#1
by
AIEcosystem
- opened
app.py
CHANGED
@@ -445,3 +445,4 @@ if st.button("Results"):
|
|
445 |
st.info(f"Results processed in **{elapsed_time_overall:.2f} seconds**.")
|
446 |
|
447 |
st.write(f"Number of times you requested results: **{st.session_state['file_upload_attempts']}/{max_attempts}**")
|
|
|
|
445 |
st.info(f"Results processed in **{elapsed_time_overall:.2f} seconds**.")
|
446 |
|
447 |
st.write(f"Number of times you requested results: **{st.session_state['file_upload_attempts']}/{max_attempts}**")
|
448 |
+
|