Spaces:
Runtime error
Runtime error
bug fix
Browse files
app.py
CHANGED
@@ -162,8 +162,8 @@ def main():
|
|
162 |
st.pyplot(fig)
|
163 |
|
164 |
st.markdown(body = """
|
165 |
-
Sources
|
166 |
-
Demo created by
|
167 |
""", unsafe_allow_html = True)
|
168 |
|
169 |
if __name__ == '__main__':
|
|
|
162 |
st.pyplot(fig)
|
163 |
|
164 |
st.markdown(body = """
|
165 |
+
**Sources:** [Bryan Lim et al. in Temporal Fusion Transformers (TFT) for Interpretable Multi-horizon Time Series Forecasting (https://duckduckgo.com). <br>
|
166 |
+
**Demo created by:** [leuschnm](https://github.com/MalteLeuschner)
|
167 |
""", unsafe_allow_html = True)
|
168 |
|
169 |
if __name__ == '__main__':
|