Spaces:
Running
Running
Commit
·
1c5ff8b
1
Parent(s):
97746f8
Update app.py
Browse files
app.py
CHANGED
@@ -73,7 +73,7 @@ def displayResults(results, container):
|
|
73 |
for result in results:
|
74 |
#container.header(f"Link: [{result['name']}](https://en.wikipedia.org{result['link']})")
|
75 |
container.header(result['name'])
|
76 |
-
container.caption(f"Language: {result['language']}")
|
77 |
container.caption(f"Released in:{result['year']}")
|
78 |
cast = result['cast']
|
79 |
with container.expander("Plot:",expanded=True):
|
|
|
73 |
for result in results:
|
74 |
#container.header(f"Link: [{result['name']}](https://en.wikipedia.org{result['link']})")
|
75 |
container.header(result['name'])
|
76 |
+
container.caption(f"Language: {result['language']}, Released in:{result['year']}")
|
77 |
container.caption(f"Released in:{result['year']}")
|
78 |
cast = result['cast']
|
79 |
with container.expander("Plot:",expanded=True):
|