Spaces:
Sleeping
Sleeping
Update gradio_app.py
Browse files- gradio_app.py +3 -2
gradio_app.py
CHANGED
|
@@ -22,7 +22,8 @@ def respond(input_text):
|
|
| 22 |
|
| 23 |
iface.launch(inline=True, share=True, css="""
|
| 24 |
body {
|
| 25 |
-
background-color:
|
|
|
|
| 26 |
}
|
| 27 |
.container {
|
| 28 |
max-width: 800px; /* Limit the width of the container */
|
|
@@ -30,7 +31,7 @@ iface.launch(inline=True, share=True, css="""
|
|
| 30 |
padding: 20px;
|
| 31 |
}
|
| 32 |
.output_text {
|
| 33 |
-
color:
|
| 34 |
font-size: 1.2em;
|
| 35 |
}
|
| 36 |
.input_text {
|
|
|
|
| 22 |
|
| 23 |
iface.launch(inline=True, share=True, css="""
|
| 24 |
body {
|
| 25 |
+
background-color: orange; /* Change the background color */
|
| 26 |
+
border:10px solid white;
|
| 27 |
}
|
| 28 |
.container {
|
| 29 |
max-width: 800px; /* Limit the width of the container */
|
|
|
|
| 31 |
padding: 20px;
|
| 32 |
}
|
| 33 |
.output_text {
|
| 34 |
+
color: black; /* Change the color of the output text */
|
| 35 |
font-size: 1.2em;
|
| 36 |
}
|
| 37 |
.input_text {
|