Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -156,8 +156,8 @@ iface = gr.ChatInterface(rag,
|
|
156 |
chatbot=gr.Chatbot(height=300),
|
157 |
textbox=gr.Textbox(placeholder="Pitanje ili opis problema", container=False, scale=7),
|
158 |
theme="soft",
|
159 |
-
examples=["Ne radi mi internet", "Koje usluge imam na raspologanju?", "Ne radi mi daljinski upravljač, šta da radim?"],
|
160 |
-
cache_examples=True,
|
161 |
retry_btn=None,
|
162 |
undo_btn="Briši prethodno",
|
163 |
clear_btn="Briši sve",
|
|
|
156 |
chatbot=gr.Chatbot(height=300),
|
157 |
textbox=gr.Textbox(placeholder="Pitanje ili opis problema", container=False, scale=7),
|
158 |
theme="soft",
|
159 |
+
# examples=["Ne radi mi internet", "Koje usluge imam na raspologanju?", "Ne radi mi daljinski upravljač, šta da radim?"],
|
160 |
+
# cache_examples=True,
|
161 |
retry_btn=None,
|
162 |
undo_btn="Briši prethodno",
|
163 |
clear_btn="Briši sve",
|