Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
188 |
-
system_message2 = gr.State("You are an expert
|
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)
|