ashaddams commited on
Commit
30bda1a
·
verified ·
1 Parent(s): e200029

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +10 -8
app.py CHANGED
@@ -1158,16 +1158,18 @@ with gr.Blocks(title="Algae Yield Predictor", theme=theme, css=CSS) as demo:
1158
  gr.Markdown("### Literature (DOI) Matches")
1159
  doi_md = gr.Markdown("Click **Find Closest DOI Matches** to see references.")
1160
 
 
1161
  # ---- Citation card ----
1162
- with gr.Group(elem_classes=["card"]):
1163
- gr.Markdown("""\
1164
- ### Citation
1165
- If you use this predictor or dataset, please cite:
1166
 
1167
- **Tiwari, A., Dubey, S., Sumathi, Y., Patel, A. K., & Kuo, T.-R. (2025).**
1168
- *Augmented and Real Microalgae Datasets for Biomass and Biochemical Composition Prediction* [Data set].
1169
- [![DOI](https://zenodo.org/badge/DOI/10.5281/zenodo.17177597.svg)](https://doi.org/10.5281/zenodo.17177597)
1170
- """)
 
1171
 
1172
 
1173
 
 
1158
  gr.Markdown("### Literature (DOI) Matches")
1159
  doi_md = gr.Markdown("Click **Find Closest DOI Matches** to see references.")
1160
 
1161
+
1162
  # ---- Citation card ----
1163
+ with gr.Group(elem_classes=["card"]):
1164
+ gr.Markdown("""\
1165
+ ### Citation
1166
+ If you use this predictor or dataset, please cite:
1167
 
1168
+ **Tiwari, A., Dubey, S., Sumathi, Y., Patel, A., & Kuo, T.-R. (2025).**
1169
+ *Augmented and Real Microalgae Datasets for Biomass and Biochemical Composition Prediction* [Data set]. Zenodo.
1170
+ [https://doi.org/10.5281/zenodo.17177597](https://doi.org/10.5281/zenodo.17177597)
1171
+
1172
+ """)
1173
 
1174
 
1175