ndurner commited on
Commit
6647f9f
1 Parent(s): 4a50ff1

remove file name for now

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -68,8 +68,6 @@ def add_file(history, files):
68
  fn = os.path.basename(file.name)
69
  history = history + [(f'```{fn}\n{content}\n```', None)]
70
 
71
- gr.Info(f"File added as {fn}")
72
-
73
  return history
74
 
75
  def add_img(history, files):
 
68
  fn = os.path.basename(file.name)
69
  history = history + [(f'```{fn}\n{content}\n```', None)]
70
 
 
 
71
  return history
72
 
73
  def add_img(history, files):