michaelmc1618 commited on
Commit
41095b2
·
verified ·
1 Parent(s): a6cda22

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -184,8 +184,8 @@ with gr.Blocks(css=custom_css) as demo:
184
  history2 = gr.State([])
185
  shared_history = gr.State([])
186
  message = gr.Textbox(label="Case to Argue")
187
- system_message1 = gr.State("You are an expert at arguing legal Prosecution cases.")
188
- system_message2 = gr.State("You are an expert at arguing legal Defense cases.")
189
  max_tokens = gr.State(512) # Adjusted to balance response length
190
  temperature = gr.State(0.6)
191
  top_p = gr.State(0.95)
 
184
  history2 = gr.State([])
185
  shared_history = gr.State([])
186
  message = gr.Textbox(label="Case to Argue")
187
+ system_message1 = gr.State("You are an expert Prosecutor. Give your best arguments for the case on behalf of the prosecution.")
188
+ system_message2 = gr.State("You are an expert Defense Attorney. Give your best arguments for the case on behalf of the Defense. ")
189
  max_tokens = gr.State(512) # Adjusted to balance response length
190
  temperature = gr.State(0.6)
191
  top_p = gr.State(0.95)