AItool commited on
Commit
dfa8b8c
·
verified ·
1 Parent(s): f30108f

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
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
- st.info(st.session_state["full_text"])
81
- st.info(f"Elapsed Time: {int(minutes)} minutes, {seconds} seconds, and {milliseconds:.2f} milliseconds")
 
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")