Spaces:
Build error
Build error
Update app.py
Browse files
app.py
CHANGED
|
@@ -358,12 +358,12 @@ Link to github repo: https://github.com/Magret-Oladunjoye/calibrated-weather-lra
|
|
| 358 |
)
|
| 359 |
|
| 360 |
with gr.Accordion("References", open=False):
|
| 361 |
-
|
| 362 |
-
|
| 363 |
-
|
| 364 |
-
|
| 365 |
-
|
| 366 |
-
|
| 367 |
|
| 368 |
|
| 369 |
with gr.Accordion("Scenario helper", open=False):
|
|
|
|
| 358 |
)
|
| 359 |
|
| 360 |
with gr.Accordion("References", open=False):
|
| 361 |
+
gr.Markdown(
|
| 362 |
+
"- Otto, S. E., & Rowley, C. W. (2019). *Linearly Recurrent Autoencoder Networks for Learning Dynamics*. "
|
| 363 |
+
"SIAM Journal on Applied Dynamical Systems, 18(1), 558–593. "
|
| 364 |
+
"[DOI: 10.1137/18M1177846](https://doi.org/10.1137/18M1177846) \n"
|
| 365 |
+
"- Preprint: [arXiv:1712.01378](https://arxiv.org/abs/1712.01378)"
|
| 366 |
+
)
|
| 367 |
|
| 368 |
|
| 369 |
with gr.Accordion("Scenario helper", open=False):
|