Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -121,7 +121,8 @@ custom_css = """
|
|
121 |
/* Custom CSS for the chat interface */
|
122 |
.gradio-container {
|
123 |
# background: #f0f0f0; /* Change background color */
|
124 |
-
border
|
|
|
125 |
}
|
126 |
|
127 |
.primary.svelte-cmf5ev{
|
@@ -131,7 +132,7 @@ custom_css = """
|
|
131 |
# -webkit-text-fill-color: transparent;
|
132 |
}
|
133 |
.v-application .secondary{
|
134 |
-
background-color: #
|
135 |
}
|
136 |
# /* Custom CSS for the chat input */
|
137 |
# .gradio-chat-input input[type="text"] {
|
|
|
121 |
/* Custom CSS for the chat interface */
|
122 |
.gradio-container {
|
123 |
# background: #f0f0f0; /* Change background color */
|
124 |
+
border: 0
|
125 |
+
border-radius: 15px; /* Add border radius */
|
126 |
}
|
127 |
|
128 |
.primary.svelte-cmf5ev{
|
|
|
132 |
# -webkit-text-fill-color: transparent;
|
133 |
}
|
134 |
.v-application .secondary{
|
135 |
+
background-color: #EEEEEE !important
|
136 |
}
|
137 |
# /* Custom CSS for the chat input */
|
138 |
# .gradio-chat-input input[type="text"] {
|