leuschnm commited on
Commit
7cfe511
·
1 Parent(s): 8e13cad
Files changed (1) hide show
  1. app.py +2 -2
app.py CHANGED
@@ -162,8 +162,8 @@ def 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).
166
- Demo created by: [leuschnm](https://github.com/MalteLeuschner)
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__':