Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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:
|