dlflannery commited on
Commit
fae87eb
·
verified ·
1 Parent(s): 4a69411

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -371,7 +371,7 @@ def new_conversation(user):
371
  for fpath in flist:
372
  if os.path.exists(fpath):
373
  os.remove(fpath)
374
- return [None, [], gr.Markdown(value=None, label-'Dialog'), gr.Image(visible=False, value=None), gr.Image(visible=False, value=None), '',
375
  gr.LinePlot(visible=False)]
376
 
377
  def updatePassword(txt):
 
371
  for fpath in flist:
372
  if os.path.exists(fpath):
373
  os.remove(fpath)
374
+ return [None, [], gr.Markdown(value='', label='Dialog'), gr.Image(visible=False, value=None), gr.Image(visible=False, value=None), '',
375
  gr.LinePlot(visible=False)]
376
 
377
  def updatePassword(txt):