Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -168,7 +168,7 @@ def rag(input_text, history, jezik, file):
|
|
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?"],
|
|
|
168 |
iface = gr.ChatInterface(rag,
|
169 |
title="UChat",
|
170 |
description="Postavite pitanje ili opišite problem koji imate",
|
171 |
+
chatbot=gr.Chatbot(None, 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?"],
|