CCockrum commited on
Commit
dafeb6b
·
verified ·
1 Parent(s): 6778db6

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +0 -4
app.py CHANGED
@@ -91,13 +91,9 @@ if view == "Artwork Explorer":
91
  def generate_description(art):
92
  prompt = (
93
  f"Title: {art['title']}"
94
- "
95
  f"Artist: {art['artist']}"
96
- "
97
  f"Date: {art['date']}"
98
- "
99
  f"Culture: {art['culture']}"
100
- "
101
  f"Description:"
102
  )
103
  try:
 
91
  def generate_description(art):
92
  prompt = (
93
  f"Title: {art['title']}"
 
94
  f"Artist: {art['artist']}"
 
95
  f"Date: {art['date']}"
 
96
  f"Culture: {art['culture']}"
 
97
  f"Description:"
98
  )
99
  try: