Santiago Hincapie Potes commited on
Commit
348396b
1 Parent(s): 076fa11

add llm output

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -134,7 +134,7 @@ def render_search():
134
  def render_results():
135
  # TODO: temporal
136
  st.write("# PaLM outputs")
137
- st.write(st.session_state.palm_output)
138
 
139
  # Execution start here!
140
 
 
134
  def render_results():
135
  # TODO: temporal
136
  st.write("# PaLM outputs")
137
+ st.write(st.session_state.palm_output.result)
138
 
139
  # Execution start here!
140