Spaces:
Running
Running
ashwinpatti
commited on
Commit
·
2f85883
1
Parent(s):
1c5ff8b
Update app.py
Browse files
app.py
CHANGED
@@ -74,7 +74,7 @@ def displayResults(results, container):
|
|
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):
|
80 |
container.markdown(f'''{result['plot']}''')
|
|
|
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):
|
80 |
container.markdown(f'''{result['plot']}''')
|