Spaces:
Sleeping
Sleeping
Update app.py
Browse files
app.py
CHANGED
@@ -132,9 +132,12 @@ header {
|
|
132 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
133 |
max-height: 300px;
|
134 |
overflow-y: auto;
|
|
|
|
|
135 |
}
|
136 |
""")
|
137 |
|
|
|
138 |
with chat_interface:
|
139 |
with gr.Row():
|
140 |
gr.Markdown("<h1 style='text-align:center;'>π Vibrant Personal Assistant Chatbot π</h1>")
|
|
|
132 |
box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
|
133 |
max-height: 300px;
|
134 |
overflow-y: auto;
|
135 |
+
width: 80%; /* Adjusted width to make it wider */
|
136 |
+
margin: 0 auto; /* Center the container */
|
137 |
}
|
138 |
""")
|
139 |
|
140 |
+
|
141 |
with chat_interface:
|
142 |
with gr.Row():
|
143 |
gr.Markdown("<h1 style='text-align:center;'>π Vibrant Personal Assistant Chatbot π</h1>")
|