Tuana commited on
Commit
b004ff1
β€’
1 Parent(s): bab66cf

print replies

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -52,6 +52,6 @@ if st.session_state.get("api_key_configured"):
52
  st.error("🐞    An error occurred during the request.")
53
 
54
  if st.session_state.result:
55
- voice = st.session_state.result
56
- st.write(voice['results'][0])
57
 
 
52
  st.error("🐞    An error occurred during the request.")
53
 
54
  if st.session_state.result:
55
+ reply = st.session_state.result
56
+ st.write(reply['llm']['replies'][0])
57