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