Spaces:
Runtime error
Runtime error
remove file name for now
Browse files
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):
|