Fiqa commited on
Commit
c82c449
·
verified ·
1 Parent(s): a7cdcc5

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -99,7 +99,7 @@ def main():
99
 
100
  if submit_query and query:
101
 
102
- response = astra_vectore_index.query(query, llm =hf_llm)
103
  st.write(f"Response: {response}")
104
 
105
 
 
99
 
100
  if submit_query and query:
101
 
102
+ response = astra_vector_index.query(query, llm =hf_llm)
103
  st.write(f"Response: {response}")
104
 
105