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