michaelmc1618 commited on
Commit
c0d434a
·
verified ·
1 Parent(s): ff643c7

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
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 10 random high-profile legal cases that have received significant media attention and are currently ongoing. Just a list of case names and numbers."
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."},