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