Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -55,7 +55,7 @@ rag = gr.ChatInterface(rag_retriever,
|
|
55 |
# "You are an expert assistant in Bulgarian regulations. Provide precise and clear answers. Always respond in Bulgarian, regardless of the language used in the question.", 4, 2]
|
56 |
# ],
|
57 |
title="Чатене с документа AI Act",
|
58 |
-
description="Питайте каквото пожелаете, но пишете на български.",
|
59 |
chatbot=gr.Chatbot(placeholder="<strong>Вашият личен AI Act помощник</strong><br>Питайте каквото пожелаете, но пишете на български.", height=630),
|
60 |
textbox=gr.Textbox(placeholder="Задайте своя въпрос...", container=False, scale=7),
|
61 |
retry_btn="Отново",
|
|
|
55 |
# "You are an expert assistant in Bulgarian regulations. Provide precise and clear answers. Always respond in Bulgarian, regardless of the language used in the question.", 4, 2]
|
56 |
# ],
|
57 |
title="Чатене с документа AI Act",
|
58 |
+
# description="Питайте каквото пожелаете, но пишете на български.",
|
59 |
chatbot=gr.Chatbot(placeholder="<strong>Вашият личен AI Act помощник</strong><br>Питайте каквото пожелаете, но пишете на български.", height=630),
|
60 |
textbox=gr.Textbox(placeholder="Задайте своя въпрос...", container=False, scale=7),
|
61 |
retry_btn="Отново",
|