shoom013 commited on
Commit
4944264
1 Parent(s): e81181e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
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(ChatMessage(role="assistant", content="Kako Vam mogu pomoći?"), type='messages', label="Uchat", height=300),
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?"],