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

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -442,7 +442,7 @@ css = """
442
  .footer {display:none !important}
443
  """
444
 
445
- text=grad.inputs.Textbox(placeholder="Lets chat")
446
 
447
  grad.Interface(fn=converse,
448
  theme="default",
 
442
  .footer {display:none !important}
443
  """
444
 
445
+ text=grad.Textbox(placeholder="Lets chat")
446
 
447
  grad.Interface(fn=converse,
448
  theme="default",