Spaces:
Running
Running
Update app.py
Browse files
app.py
CHANGED
@@ -58,7 +58,7 @@ def chat(message, history):
|
|
58 |
if len(image_values) > 0:
|
59 |
download_link = f"[Download](https://platform.openai.com/storage/files/{image_values[0]})"
|
60 |
|
61 |
-
return f"{'
|
62 |
|
63 |
gr.ChatInterface(
|
64 |
fn=chat,
|
|
|
58 |
if len(image_values) > 0:
|
59 |
download_link = f"[Download](https://platform.openai.com/storage/files/{image_values[0]})"
|
60 |
|
61 |
+
return f"{'<hr>'.join(list(reversed(text_values))[1:])}<hr>{download_link}"
|
62 |
|
63 |
gr.ChatInterface(
|
64 |
fn=chat,
|