yogies commited on
Commit
56b59e2
·
verified ·
1 Parent(s): f4a6e6b

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -0
app.py CHANGED
@@ -89,6 +89,7 @@ chatbot = gr.ChatInterface(
89
  ["Apa rumus untuk menghitung PVR?"],
90
  ["Apa tujuan pengadaan PRECISE?"],
91
  ],
 
92
  theme=gr.themes.Soft(),
93
  )
94
 
 
89
  ["Apa rumus untuk menghitung PVR?"],
90
  ["Apa tujuan pengadaan PRECISE?"],
91
  ],
92
+ cache_examples=False,
93
  theme=gr.themes.Soft(),
94
  )
95