omersaidd commited on
Commit
85d19fc
·
verified ·
1 Parent(s): bc40506

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -67,12 +67,12 @@ def chat_with_dify(message, history):
67
 
68
  # Gradio arayüzünü oluştur
69
  with gr.Blocks(css="footer {visibility: hidden}") as demo:
70
- gr.Markdown("# Dify AI Sohbet Botu")
71
- gr.Markdown("Herhangi bir şey sorun, Dify AI kullanarak yanıt vereceğim!")
72
 
73
  chatbot = gr.Chatbot(height=400)
74
  msg = gr.Textbox(placeholder="Mesajınızı buraya yazın...", show_label=False)
75
- clear = gr.Button("Konuşmayı Temizle")
76
 
77
  def user(message, history):
78
  # Kullanıcı mesajını geçmişe ekle ve dön
 
67
 
68
  # Gradio arayüzünü oluştur
69
  with gr.Blocks(css="footer {visibility: hidden}") as demo:
70
+ gr.Markdown("# Etikos AI Hukuk Asistanı ")
71
+ gr.Markdown("Bilgi almak istediğiniz hukuki alanlar ile ilgili soru sorabilirsiniz.")
72
 
73
  chatbot = gr.Chatbot(height=400)
74
  msg = gr.Textbox(placeholder="Mesajınızı buraya yazın...", show_label=False)
75
+ clear = gr.Button("Sohbeti Temizle")
76
 
77
  def user(message, history):
78
  # Kullanıcı mesajını geçmişe ekle ve dön