Adithedev commited on
Commit
70fa8b3
1 Parent(s): 6de1d42

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -29,7 +29,7 @@ if querry_input:
29
  with bot.status("Patience and thee shalt knoweth thy answ'r") as status:
30
  st.write("Creating Faiss database...")
31
  time.sleep(1)
32
- st.write("Generating asnwer for your querry....")
33
 
34
  response,docs = app(url=url_input,querry=querry_input)
35
  status.update(label= "Done!",state="complete")
 
29
  with bot.status("Patience and thee shalt knoweth thy answ'r") as status:
30
  st.write("Creating Faiss database...")
31
  time.sleep(1)
32
+ st.write("Generating answer for your querry....")
33
 
34
  response,docs = app(url=url_input,querry=querry_input)
35
  status.update(label= "Done!",state="complete")