Spaces:
Runtime error
Runtime error
kingabzpro
commited on
Commit
β’
35bddb6
1
Parent(s):
4c549af
Update app.py
Browse files
app.py
CHANGED
@@ -37,7 +37,7 @@ gr.Interface(
|
|
37 |
fn = predict,
|
38 |
inputs = ["textbox","state"],
|
39 |
outputs = ["chatbot","state"],
|
40 |
-
|
41 |
title = title,
|
42 |
description = description,
|
43 |
article = article
|
|
|
37 |
fn = predict,
|
38 |
inputs = ["textbox","state"],
|
39 |
outputs = ["chatbot","state"],
|
40 |
+
theme ="seafoam",
|
41 |
title = title,
|
42 |
description = description,
|
43 |
article = article
|