Update app.py
Browse files
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("#
|
71 |
-
gr.Markdown("
|
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("
|
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
|