kingabzpro commited on
Commit
35bddb6
β€’
1 Parent(s): 4c549af

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -37,7 +37,7 @@ gr.Interface(
37
  fn = predict,
38
  inputs = ["textbox","state"],
39
  outputs = ["chatbot","state"],
40
- # theme ="seafoam",
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