Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
@@ -61,7 +61,7 @@ def details_fn(query):
|
|
61 |
except Exception as e:
|
62 |
print (e)
|
63 |
try:
|
64 |
-
print (description
|
65 |
except Exception as e:
|
66 |
print (e)
|
67 |
try:
|
|
|
61 |
except Exception as e:
|
62 |
print (e)
|
63 |
try:
|
64 |
+
print (description['content'])
|
65 |
except Exception as e:
|
66 |
print (e)
|
67 |
try:
|