Spaces:
Runtime error
Runtime error
Kushwanth Chowday Kandala
commited on
Commit
•
e488916
1
Parent(s):
c2e5bed
ValueError: invalid __array_struct__
Browse files
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(
|
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(
|