run480 commited on
Commit
6b4e615
·
verified ·
1 Parent(s): 3627840

Update app.py

Browse files

Copy and paste error

Files changed (1) hide show
  1. app.py +4 -4
app.py CHANGED
@@ -445,8 +445,8 @@ css = """
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
 
 
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