Spaces:
Runtime error
Runtime error
Update app.py
Browse files
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 |
)
|