serhan commited on
Commit
9bb422f
·
1 Parent(s): 14e11d6

Update webui.py

Browse files
Files changed (1) hide show
  1. webui.py +1 -1
webui.py CHANGED
@@ -43,7 +43,7 @@ class Webui:
43
  with gr.Row():
44
  with gr.Column():
45
  chatbot = gr.Chatbot(label="Kanunla Konuş")
46
- msg = gr.Textbox(label="Sorunuzu Yazın (Bu deneysel bir projedir, tam ve doğru bilgi için, uzmanlarımıza danışın)")
47
  submit_box = gr.Button("Kanuna Sor", variant="primary")
48
 
49
  def respond(message, chat_history, hash_id):
 
43
  with gr.Row():
44
  with gr.Column():
45
  chatbot = gr.Chatbot(label="Kanunla Konuş")
46
+ msg = gr.Textbox(label="4857 Sayılı İş Kanunu ile ilgili tüm sorularınızı bekliyoruz.")
47
  submit_box = gr.Button("Kanuna Sor", variant="primary")
48
 
49
  def respond(message, chat_history, hash_id):