Update app.py
Browse files
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"],
|