Bofandra commited on
Commit
dc171bc
1 Parent(s): 7ca847a

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -72,7 +72,8 @@ def find(query):
72
  demo = gr.Interface(
73
  fn=find,
74
  inputs="textbox",
75
- outputs=[gr.Dataframe(headers=['text'],datatype=["markdown"],wrap=True),gr.DownloadButton()],
 
76
  examples=[
77
  ["law of inheritance in islam"],
78
  ["tunjukilah jalan yang lurus"],
 
72
  demo = gr.Interface(
73
  fn=find,
74
  inputs="textbox",
75
+ outputs=[gr.Dataframe(headers=['text'],datatype=["markdown"],wrap=True),gr.DownloadButton()],
76
+ cache_examples="lazy",
77
  examples=[
78
  ["law of inheritance in islam"],
79
  ["tunjukilah jalan yang lurus"],