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