smjain commited on
Commit
515c60f
·
1 Parent(s): 2d99d69

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -56,7 +56,7 @@ css = """
56
  .mesg.alicia {background-color:orange;color:white,align-self:self-end}
57
  .footer {display:none !important}
58
  """
59
- text=grad.inputs.Textbox(placeholder="Lets chat")
60
  grad.Interface(fn=converse,
61
  theme="default",
62
  inputs=[text, "state"],
 
56
  .mesg.alicia {background-color:orange;color:white,align-self:self-end}
57
  .footer {display:none !important}
58
  """
59
+ text=grad.inputs.Textbox(placeholder="Lets chat together")
60
  grad.Interface(fn=converse,
61
  theme="default",
62
  inputs=[text, "state"],