Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -442,7 +442,7 @@ css = """
|
|
442 |
.footer {display:none !important}
|
443 |
"""
|
444 |
|
445 |
-
text=grad.
|
446 |
|
447 |
grad.Interface(fn=converse,
|
448 |
theme="default",
|
|
|
442 |
.footer {display:none !important}
|
443 |
"""
|
444 |
|
445 |
+
text=grad.Textbox(placeholder="Lets chat")
|
446 |
|
447 |
grad.Interface(fn=converse,
|
448 |
theme="default",
|