Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -171,7 +171,7 @@ def rag(input_text, history, jezik, file):
|
|
171 |
iface = gr.ChatInterface(rag,
|
172 |
title="UChat",
|
173 |
description="Postavite pitanje ili opišite problem koji imate",
|
174 |
-
chatbot=gr.Chatbot(ChatMessage(role="assistant", content="Kako Vam mogu pomoći?"), type="messages", label="UChat", height=300),
|
175 |
textbox=gr.Textbox(placeholder="Pitanje ili opis problema", container=False, scale=7),
|
176 |
theme="soft",
|
177 |
# examples=["Ne radi mi internet", "Koje usluge imam na raspologanju?", "Ne radi mi daljinski upravljač, šta da radim?"],
|
|
|
171 |
iface = gr.ChatInterface(rag,
|
172 |
title="UChat",
|
173 |
description="Postavite pitanje ili opišite problem koji imate",
|
174 |
+
chatbot=gr.Chatbot([ChatMessage(role="assistant", content="Kako Vam mogu pomoći?")], type="messages", label="UChat", height=300),
|
175 |
textbox=gr.Textbox(placeholder="Pitanje ili opis problema", container=False, scale=7),
|
176 |
theme="soft",
|
177 |
# examples=["Ne radi mi internet", "Koje usluge imam na raspologanju?", "Ne radi mi daljinski upravljač, šta da radim?"],
|