shandong1970 commited on
Commit
f821c58
1 Parent(s): 4cf9433

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -47,6 +47,7 @@ css ="""
47
  .footer {display:none !important}
48
  """
49
 
50
- text = grad.inputs.Textbox(placeholder="Lets chat")
 
51
  grad.Interface(fn=converse, theme="default",inputs=[text,"state"],outputs=["html","state"],css=css).launch()
52
 
 
47
  .footer {display:none !important}
48
  """
49
 
50
+ #text=grad.inputs.Textbox(placeholder="Lets chat")
51
+ text=grad.inputs.Textbox(placeholder="Lets chat")
52
  grad.Interface(fn=converse, theme="default",inputs=[text,"state"],outputs=["html","state"],css=css).launch()
53