Spaces:
Runtime error
Runtime error
Update app.py
Browse files
app.py
CHANGED
@@ -448,5 +448,4 @@ grad.Interface(fn=converse,
|
|
448 |
theme="default",
|
449 |
inputs=[text, "state"],
|
450 |
outputs=["html", "state"],
|
451 |
-
css=css).launch()
|
452 |
-
|
|
|
448 |
theme="default",
|
449 |
inputs=[text, "state"],
|
450 |
outputs=["html", "state"],
|
451 |
+
css=css).launch()
|
|