Rajagopal commited on
Commit
c58e43a
·
1 Parent(s): 63ea8f9

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -14,6 +14,7 @@ import streamlit as st
14
  from PIL import Image
15
  import time
16
 
 
17
  def findanswer(Nand_url, Nand_question):
18
  if True:
19
  if Nand_url:
 
14
  from PIL import Image
15
  import time
16
 
17
+ @st.cache_data
18
  def findanswer(Nand_url, Nand_question):
19
  if True:
20
  if Nand_url: