Update app.py
Browse files
app.py
CHANGED
@@ -34,7 +34,7 @@ model = AutoModelForCausalLM.from_pretrained(
|
|
34 |
css_externado = """
|
35 |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
36 |
body {
|
37 |
-
background-color: #
|
38 |
font-family: 'Roboto', sans-serif;
|
39 |
}
|
40 |
.gr-button {
|
|
|
34 |
css_externado = """
|
35 |
@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
|
36 |
body {
|
37 |
+
background-color: #004225;
|
38 |
font-family: 'Roboto', sans-serif;
|
39 |
}
|
40 |
.gr-button {
|