Spaces:
Runtime error
Runtime error
shivangibithel
commited on
Commit
·
f9d5dab
1
Parent(s):
92d8b8b
Update app.py
Browse files
app.py
CHANGED
@@ -66,6 +66,6 @@ if st.button("Search"):
|
|
66 |
# Display the images
|
67 |
st.image(image_urls, width=200)
|
68 |
|
69 |
-
|
70 |
-
st.cache(allow_output_mutation=True)
|
71 |
-
run_app()
|
|
|
66 |
# Display the images
|
67 |
st.image(image_urls, width=200)
|
68 |
|
69 |
+
if __name__ == '__main__':
|
70 |
+
st.cache(allow_output_mutation=True)
|
71 |
+
run_app()
|