BroBro87 commited on
Commit
e9fa13e
·
1 Parent(s): 5beac7d

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def main():
68
 
69
  if user_input:
70
  # Generate response
71
- docs = index2.similarity_search(user_input)
72
 
73
  # Display response
74
  st.text_area("ChatGPT Response:", response, height=100)
 
68
 
69
  if user_input:
70
  # Generate response
71
+ docs = index.similarity_search(user_input)
72
 
73
  # Display response
74
  st.text_area("ChatGPT Response:", response, height=100)