Kushwanth Chowday Kandala commited on
Commit
e488916
1 Parent(s): c2e5bed

ValueError: invalid __array_struct__

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def chat_actions():
99
  resdf = pd.DataFrame(data, columns=['TopRank', 'Score', 'Text'])
100
 
101
  with st.sidebar:
102
- st.dataframe(result["matches"])
103
 
104
  for res in result['matches']:
105
  st.session_state["chat_history"].append(
 
99
  resdf = pd.DataFrame(data, columns=['TopRank', 'Score', 'Text'])
100
 
101
  with st.sidebar:
102
+ st.dataframe(resdf)
103
 
104
  for res in result['matches']:
105
  st.session_state["chat_history"].append(