bstraehle commited on
Commit
7657e4f
·
verified ·
1 Parent(s): 07c575e

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -68,7 +68,7 @@ def chat(message, history, openai_api_key):
68
 
69
  for image_value in image_values:
70
  i = i + 1
71
- images += f"<b>File {i}:</b><br>[https://platform.openai.com/storage/files/{image_value}](https://platform.openai.com/storage/files/{image_value})<br><br>"
72
  except Exception as e:
73
  raise gr.Error(e)
74
 
 
68
 
69
  for image_value in image_values:
70
  i = i + 1
71
+ images += f"<b>Message {i}:</b><br>[https://platform.openai.com/storage/files/{image_value}](https://platform.openai.com/storage/files/{image_value})<br><br>"
72
  except Exception as e:
73
  raise gr.Error(e)
74