Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -75,7 +75,7 @@ if submitted:
|
|
75 |
# Update session state with the full response
|
76 |
st.session_state["full_text"] = full_text
|
77 |
|
78 |
-
# Display the full response
|
79 |
-
if st.session_state["full_text"]:
|
80 |
-
|
81 |
-
|
|
|
75 |
# Update session state with the full response
|
76 |
st.session_state["full_text"] = full_text
|
77 |
|
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")
|