Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
|
@@ -78,7 +78,7 @@ def chatbot(user_input, history):
|
|
| 78 |
with gr.Blocks(css="""
|
| 79 |
.gradio-container {
|
| 80 |
font-family: 'Arial', sans-serif;
|
| 81 |
-
background-color: #
|
| 82 |
padding: 20px;
|
| 83 |
height: 100%;
|
| 84 |
}
|
|
@@ -104,7 +104,7 @@ with gr.Blocks(css="""
|
|
| 104 |
transition: transform 0.3s ease;
|
| 105 |
}
|
| 106 |
.bot-message {
|
| 107 |
-
background-color: #
|
| 108 |
color: #FFF;
|
| 109 |
padding: 12px;
|
| 110 |
border-radius: 8px;
|
|
@@ -120,7 +120,7 @@ with gr.Blocks(css="""
|
|
| 120 |
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
|
| 121 |
}
|
| 122 |
.gr-button {
|
| 123 |
-
background-color: #
|
| 124 |
color: white;
|
| 125 |
padding: 10px 15px;
|
| 126 |
border-radius: 8px;
|
|
@@ -128,7 +128,7 @@ with gr.Blocks(css="""
|
|
| 128 |
transition: background-color 0.3s ease;
|
| 129 |
}
|
| 130 |
.gr-button:hover {
|
| 131 |
-
background-color: #
|
| 132 |
}
|
| 133 |
.gr-textbox input {
|
| 134 |
padding: 15px;
|
|
|
|
| 78 |
with gr.Blocks(css="""
|
| 79 |
.gradio-container {
|
| 80 |
font-family: 'Arial', sans-serif;
|
| 81 |
+
background-color: #FB9EC6;
|
| 82 |
padding: 20px;
|
| 83 |
height: 100%;
|
| 84 |
}
|
|
|
|
| 104 |
transition: transform 0.3s ease;
|
| 105 |
}
|
| 106 |
.bot-message {
|
| 107 |
+
background-color: #EE66A6;
|
| 108 |
color: #FFF;
|
| 109 |
padding: 12px;
|
| 110 |
border-radius: 8px;
|
|
|
|
| 120 |
box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.1);
|
| 121 |
}
|
| 122 |
.gr-button {
|
| 123 |
+
background-color: #FBB4A5;
|
| 124 |
color: white;
|
| 125 |
padding: 10px 15px;
|
| 126 |
border-radius: 8px;
|
|
|
|
| 128 |
transition: background-color 0.3s ease;
|
| 129 |
}
|
| 130 |
.gr-button:hover {
|
| 131 |
+
background-color: #FF77B7;
|
| 132 |
}
|
| 133 |
.gr-textbox input {
|
| 134 |
padding: 15px;
|