Nils Durner
commited on
Commit
·
440ea37
1
Parent(s):
4ec2d84
remove file name for now
Browse files
app.py
CHANGED
@@ -67,8 +67,6 @@ def add_file(history, files):
|
|
67 |
fn = os.path.basename(file.name)
|
68 |
history = history + [(f'```{fn}\n{content}\n```', None)]
|
69 |
|
70 |
-
gr.Info(f"File added as {fn}")
|
71 |
-
|
72 |
return history
|
73 |
|
74 |
def add_img(history, files):
|
|
|
67 |
fn = os.path.basename(file.name)
|
68 |
history = history + [(f'```{fn}\n{content}\n```', None)]
|
69 |
|
|
|
|
|
70 |
return history
|
71 |
|
72 |
def add_img(history, files):
|