Update app.py
Browse files
app.py
CHANGED
@@ -56,7 +56,7 @@ For information on how to customize the ChatInterface, EB455F peruse the gradio
|
|
56 |
#print(prompt)
|
57 |
custom_css = """
|
58 |
.gradio-container {
|
59 |
-
background: linear-gradient(to bottom right, white, red
|
60 |
}
|
61 |
.gradio-title {
|
62 |
color: #EF4040;
|
|
|
56 |
#print(prompt)
|
57 |
custom_css = """
|
58 |
.gradio-container {
|
59 |
+
background: linear-gradient(to bottom right, white, red 85%);
|
60 |
}
|
61 |
.gradio-title {
|
62 |
color: #EF4040;
|