michaelmc1618 commited on
Commit
d911fbd
·
verified ·
1 Parent(s): f9ac799

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -49,7 +49,7 @@ def generate_defense_argument(prosecution_argument):
49
  arguments = respond(prosecution_argument, system_message, max_tokens=1024, temperature=0.7, top_p=0.95)
50
  return arguments
51
 
52
- # Custom CSS for a dark theme with red accents
53
  custom_css = """
54
  body {
55
  background-color: #000000;
@@ -78,9 +78,9 @@ body {
78
  }
79
  .gr-input, .gr-textbox, .gr-slider, .gr-markdown, .gr-chatbox {
80
  border-radius: 4px;
81
- border: 1px solid #ced4da;
82
- background-color: #000000 !important;
83
- color: #ffffff !important;
84
  }
85
  .gr-input:focus, .gr-textbox:focus, .gr-slider:focus {
86
  border-color: #ff0000;
 
49
  arguments = respond(prosecution_argument, system_message, max_tokens=1024, temperature=0.7, top_p=0.95)
50
  return arguments
51
 
52
+ # Custom CSS for the specified theme
53
  custom_css = """
54
  body {
55
  background-color: #000000;
 
78
  }
79
  .gr-input, .gr-textbox, .gr-slider, .gr-markdown, .gr-chatbox {
80
  border-radius: 4px;
81
+ border: 2px solid #ff0000;
82
+ background-color: #ffffff !important;
83
+ color: #000000 !important;
84
  }
85
  .gr-input:focus, .gr-textbox:focus, .gr-slider:focus {
86
  border-color: #ff0000;