sabatale commited on
Commit
e128883
·
verified ·
1 Parent(s): 002a4bb

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -45,5 +45,5 @@ if st.session_state.get("api_key_configured"):
45
 
46
  if st.session_state.result:
47
  llm = st.session_state.result
48
- st.write(llm])
49
 
 
45
 
46
  if st.session_state.result:
47
  llm = st.session_state.result
48
+ st.write(llm)
49