Spaces:
Sleeping
Sleeping
Update app.py
Browse files
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
|
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:
|
82 |
-
background-color: #
|
83 |
-
color: #
|
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;
|