shoom013 commited on
Commit
3371570
·
verified ·
1 Parent(s): 4944264

Update app.py

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