vislupus commited on
Commit
4c65fb6
1 Parent(s): d50e7a2

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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="Отново",