MattiaSangermano commited on
Commit
c5d15b0
1 Parent(s): 105ec58

Updated disclaimer

Browse files
Files changed (2) hide show
  1. app.py +4 -4
  2. output/OaaEABb.json +0 -0
app.py CHANGED
@@ -104,7 +104,7 @@ block = gr.Blocks()
104
  with block:
105
 
106
  gr.Markdown("""
107
- <h1><center>Chat-EUR-Lex prototype - Alpha version</center></h1>
108
  """)
109
  bot = gr.State(value=ChatBot(CONFIG))
110
  state = gr.State(value=None)
@@ -132,9 +132,9 @@ with block:
132
  gr.HTML("""""")
133
  gr.HTML("""<div>
134
  <h3>Disclaimer</h3>
135
- <p><a href="https://github.com/Aptus-AI/chat-eur-lex/">Chat-EUR-Lex prototype</a> is a limited risk AI system realized by the
136
- <a href="https://www.igsg.cnr.it/en/">Institute of Legal Informatics and Judicial Systems (IGSG-CNR)</a> and <a href="https://www.aptus.ai/">Aptus.AI</a>.
137
- The prototype is an AI chatbot, therefore you are interacting with a machine, not with a human person. The prototype uses OpenAI GPT-4 language model. </p>
138
 
139
  <p><a href="https://github.com/Aptus-AI/chat-eur-lex/">Chat-EUR-Lex project</a> is funded by the European Union within the framework of the NGI Search project under grant agreement No 101069364.
140
  Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commission.
 
104
  with block:
105
 
106
  gr.Markdown("""
107
+ <h1><center>Chat-EUR-Lex prototype - Beta version</center></h1>
108
  """)
109
  bot = gr.State(value=ChatBot(CONFIG))
110
  state = gr.State(value=None)
 
132
  gr.HTML("""""")
133
  gr.HTML("""<div>
134
  <h3>Disclaimer</h3>
135
+ <p><a href="https://github.com/Aptus-AI/chat-eur-lex/">Chat-EUR-Lex prototype</a> is a limited risk AI system realized by <a href="https://www.aptus.ai/">Aptus.AI</a> and the
136
+ <a href="https://www.igsg.cnr.it/en/">Institute of Legal Informatics and Judicial Systems (IGSG-CNR)</a>.
137
+ The prototype is an AI chatbot, therefore you are interacting with a machine, not with a human person. The prototype uses Aptus.AI RAG system and OpenAI GPT-4o language model. </p>
138
 
139
  <p><a href="https://github.com/Aptus-AI/chat-eur-lex/">Chat-EUR-Lex project</a> is funded by the European Union within the framework of the NGI Search project under grant agreement No 101069364.
140
  Views and opinions expressed are however those of the author(s) only and do not necessarily reflect those of the European Union or European Commission.
output/OaaEABb.json DELETED
File without changes