Spaces:
Runtime error
Runtime error
Update app.py
Browse filesCopy and paste error
app.py
CHANGED
@@ -445,8 +445,8 @@ css = """
|
|
445 |
text=grad.inputs.Textbox(placeholder="Lets chat")
|
446 |
|
447 |
grad.Interface(fn=converse,
|
448 |
-
|
449 |
-
|
450 |
-
|
451 |
-
|
452 |
|
|
|
445 |
text=grad.inputs.Textbox(placeholder="Lets chat")
|
446 |
|
447 |
grad.Interface(fn=converse,
|
448 |
+
theme="default",
|
449 |
+
inputs=[text, "state"],
|
450 |
+
outputs=["html", "state"],
|
451 |
+
css=css).launch()
|
452 |
|