shoom013 commited on
Commit
161f5ec
·
verified ·
1 Parent(s): b07db43

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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(placeholder="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?"],