patti-j commited on
Commit
1dbe626
1 Parent(s): a00efea

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +4 -2
app.py CHANGED
@@ -20,7 +20,7 @@ chatbot = gr.Chatbot()
20
  block = gr.Blocks(css=".gradio-container {background-color: lightblue}")
21
 
22
  with block:
23
- gr.HTML("<center><h3>Omdena AI Chatbot For Mental Health and Well Being</h3></center>")
24
 
25
  gr.HTML("WELCOME<br>"
26
  "I am an AI ChatBot and I am here to assist you with whatever is bothering you."
@@ -31,7 +31,9 @@ with block:
31
  message = gr.Textbox(
32
  label="What would you like to talk about?",
33
  )
34
- submit = gr.Button(value="Send", variant="secondary").style(full_width=False)
 
 
35
 
36
  gr.Examples(
37
  examples=[
 
20
  block = gr.Blocks(css=".gradio-container {background-color: lightblue}")
21
 
22
  with block:
23
+ gr.HTML("<center><h2>Omdena AI Chatbot For Mental Health and Well Being</h2></center>")
24
 
25
  gr.HTML("WELCOME<br>"
26
  "I am an AI ChatBot and I am here to assist you with whatever is bothering you."
 
31
  message = gr.Textbox(
32
  label="What would you like to talk about?",
33
  )
34
+
35
+ with gr.Row():
36
+ submit = gr.Button(color="lightblue" value="Send", variant="secondary").style(full_width=False)
37
 
38
  gr.Examples(
39
  examples=[