jb30k commited on
Commit
026ca66
·
1 Parent(s): be114a4

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -3
app.py CHANGED
@@ -26,9 +26,9 @@ demo = gradio.Interface(
26
  description="You can ask your legal questions about European law here. If an ERROR message appears, please resubmit your question!",
27
  allow_flagging=True,
28
  examples=[
29
- ["Is it legal to record a conversation without someone's consent?"],
30
- ["What are the legal consequences of plagiarism?"],
31
- ["What are the legal requirements for renting out a property?"],
32
  ],
33
  session_cookie=True,
34
  )
 
26
  description="You can ask your legal questions about European law here. If an ERROR message appears, please resubmit your question!",
27
  allow_flagging=True,
28
  examples=[
29
+ ["Is it legal to record a conversation without someone's consent in Spain?"],
30
+ ["What are the legal consequences of plagiarism in the EU?"],
31
+ ["What are the legal requirements for renting out a property in Germany?"],
32
  ],
33
  session_cookie=True,
34
  )