Spaces:
Runtime error
Runtime error
Samuel-DD07
commited on
Commit
·
1d62012
1
Parent(s):
b8c30e3
Modifications de la mise en page et du style CSS dans app.py
Browse files
app.py
CHANGED
|
@@ -215,6 +215,14 @@ body,html {
|
|
| 215 |
margin-bottom: 1em; /* Space below the logo */
|
| 216 |
}
|
| 217 |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 218 |
#input-area > *{
|
| 219 |
padding: 0px;
|
| 220 |
border: 3px solid #627385;
|
|
@@ -239,6 +247,7 @@ body,html {
|
|
| 239 |
}
|
| 240 |
"""
|
| 241 |
|
|
|
|
| 242 |
import gradio as gr
|
| 243 |
|
| 244 |
theme = gr.themes.Base(primary_hue="slate")
|
|
|
|
| 215 |
margin-bottom: 1em; /* Space below the logo */
|
| 216 |
}
|
| 217 |
|
| 218 |
+
.message{
|
| 219 |
+
max-width: 50% !important;
|
| 220 |
+
}
|
| 221 |
+
|
| 222 |
+
.pending{
|
| 223 |
+
max-width: 100% !important;
|
| 224 |
+
}
|
| 225 |
+
|
| 226 |
#input-area > *{
|
| 227 |
padding: 0px;
|
| 228 |
border: 3px solid #627385;
|
|
|
|
| 247 |
}
|
| 248 |
"""
|
| 249 |
|
| 250 |
+
|
| 251 |
import gradio as gr
|
| 252 |
|
| 253 |
theme = gr.themes.Base(primary_hue="slate")
|