shoom013 commited on
Commit
0943fdc
·
verified ·
1 Parent(s): 7fe216a

Update app.py

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