arpit13 commited on
Commit
0325f41
Β·
verified Β·
1 Parent(s): aeffc71

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +3 -0
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>")