Spaces:
Runtime error
Runtime error
app.py
Browse files
app.py
CHANGED
@@ -162,7 +162,8 @@ def main():
|
|
162 |
st.pyplot(fig)
|
163 |
|
164 |
st.markdown(body = """
|
165 |
-
|
|
|
166 |
**Demo created by:** [leuschnm](https://github.com/MalteLeuschner)
|
167 |
""", unsafe_allow_html = True)
|
168 |
|
|
|
162 |
st.pyplot(fig)
|
163 |
|
164 |
st.markdown(body = """
|
165 |
+
### Sources
|
166 |
+
**Paper:** [Bryan Lim et al. in Temporal Fusion Transformers (TFT)](https://arxiv.org/abs/1912.09363). <br>
|
167 |
**Demo created by:** [leuschnm](https://github.com/MalteLeuschner)
|
168 |
""", unsafe_allow_html = True)
|
169 |
|