Chandranshu Jain commited on
Commit
7c5b0a3
1 Parent(s): 8abd5b9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -2
app.py CHANGED
@@ -78,8 +78,7 @@ def main():
78
  text_chunks = text_splitter(raw_text)
79
  if query:
80
  embedding(text_chunks,query)
81
-
82
- st.success("Done")
83
 
84
  if __name__ == "__main__":
85
  main()
 
78
  text_chunks = text_splitter(raw_text)
79
  if query:
80
  embedding(text_chunks,query)
81
+ st.success("Done")
 
82
 
83
  if __name__ == "__main__":
84
  main()