Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -78,4 +78,4 @@ if submitted:
|
|
78 |
# Display the full response
|
79 |
if st.session_state["full_text"]:
|
80 |
st.info(st.session_state["full_text"])
|
81 |
-
st.info(f"Elapsed Time: {
|
|
|
78 |
# Display the full response
|
79 |
if st.session_state["full_text"]:
|
80 |
st.info(st.session_state["full_text"])
|
81 |
+
st.info(f"Elapsed Time: {int(minutes)} minutes, {seconds} seconds, and {milliseconds:.2f} milliseconds")
|