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