Spaces:
Running
on
Zero
Running
on
Zero
Tweaking box
Browse files
app.py
CHANGED
|
@@ -108,6 +108,14 @@ def create_demo():
|
|
| 108 |
.gradio-container {
|
| 109 |
font-family: 'Arial', sans-serif;
|
| 110 |
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| 111 |
/* Make the entire chat area have better contrast */
|
| 112 |
#chatbot {
|
| 113 |
height: 600px;
|
|
|
|
| 108 |
.gradio-container {
|
| 109 |
font-family: 'Arial', sans-serif;
|
| 110 |
}
|
| 111 |
+
/* Center the title */
|
| 112 |
+
h1 {
|
| 113 |
+
text-align: center !important;
|
| 114 |
+
}
|
| 115 |
+
/* Hide the footer with API/Gradio/Settings icons */
|
| 116 |
+
footer {
|
| 117 |
+
display: none !important;
|
| 118 |
+
}
|
| 119 |
/* Make the entire chat area have better contrast */
|
| 120 |
#chatbot {
|
| 121 |
height: 600px;
|