Spaces:
Runtime error
Runtime error
Update webui.py
Browse files
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="
|
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):
|