leuschnm commited on
Commit
f28e66f
·
1 Parent(s): 2f8e2dc
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -162,7 +162,8 @@ def main():
162
  st.pyplot(fig)
163
 
164
  st.markdown(body = """
165
- **Sources:** [Bryan Lim et al. in Temporal Fusion Transformers (TFT)](https://arxiv.org/abs/1912.09363). <br>
 
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