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