Nils Durner commited on
Commit
a548675
·
1 Parent(s): c81fd70

remove file name for now

Browse files
Files changed (1) hide show
  1. app.py +0 -2
app.py CHANGED
@@ -31,8 +31,6 @@ def add_file(history, file):
31
  fn = os.path.basename(file.name)
32
  history = history + [(f'```{fn}\n{content}\n```', None)]
33
 
34
- gr.Info(f"File added as {fn}")
35
-
36
  return history
37
 
38
  def add_img(history, files):
 
31
  fn = os.path.basename(file.name)
32
  history = history + [(f'```{fn}\n{content}\n```', None)]
33
 
 
 
34
  return history
35
 
36
  def add_img(history, files):