shandong1970 commited on
Commit
53ad1ba
1 Parent(s): f821c58

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -48,6 +48,6 @@ css ="""
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
 
 
48
  """
49
 
50
  #text=grad.inputs.Textbox(placeholder="Lets chat")
51
+ text=grad.components.Textbox(placeholder="Lets chat")
52
  grad.Interface(fn=converse, theme="default",inputs=[text,"state"],outputs=["html","state"],css=css).launch()
53