Spaces:
Runtime error
Runtime error
paul hilders
commited on
Commit
•
d6ba55e
1
Parent(s):
852d405
Add references header
Browse files
app.py
CHANGED
@@ -148,5 +148,8 @@ with demo_tabs:
|
|
148 |
This demo was developed for the Interpretability & Explainability in AI course at the University of
|
149 |
Amsterdam. We would like express our thanks to Jelle Zuidema, Jaap Jumelet, Tom Kersten, Christos
|
150 |
Athanasiadis, Peter Heemskerk, Zhi Zhang, and all the other TAs who helped us during this course.
|
|
|
|
|
|
|
151 |
""")
|
152 |
demo_tabs.launch(show_error=True)
|
|
|
148 |
This demo was developed for the Interpretability & Explainability in AI course at the University of
|
149 |
Amsterdam. We would like express our thanks to Jelle Zuidema, Jaap Jumelet, Tom Kersten, Christos
|
150 |
Athanasiadis, Peter Heemskerk, Zhi Zhang, and all the other TAs who helped us during this course.
|
151 |
+
|
152 |
+
---
|
153 |
+
### References
|
154 |
""")
|
155 |
demo_tabs.launch(show_error=True)
|