Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -199,7 +199,7 @@ def update_pdf_gallery_and_extract_text(pdf_files):
|
|
199 |
return pdf_files, pdf_text
|
200 |
|
201 |
def get_top_10_cases():
|
202 |
-
prompt = "List
|
203 |
response = ""
|
204 |
for message in client.chat_completion(
|
205 |
[{"role": "system", "content": "You are a legal research expert, able to provide information about high-profile legal cases."},
|
|
|
199 |
return pdf_files, pdf_text
|
200 |
|
201 |
def get_top_10_cases():
|
202 |
+
prompt = "List 5 random high-profile legal cases that have received significant media attention and are currently ongoing. Just a list of case names and numbers. Show different cases on each click."
|
203 |
response = ""
|
204 |
for message in client.chat_completion(
|
205 |
[{"role": "system", "content": "You are a legal research expert, able to provide information about high-profile legal cases."},
|