Spaces:
Running
Running
Update app.py
Browse files
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=
|
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):
|